[go: nahoru, domu]

Searched refs:PS_ALL_ON (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.h60 #define PS_ALL_ON BIT(2) macro
75 #define PS_STATE_S3 (PS_ALL_ON)
76 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
79 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))
/drivers/staging/rtl8723au/include/
H A Drtw_pwrctrl.h65 #define PS_ALL_ON BIT(2) macro
84 #define PS_STATE_S3 (PS_ALL_ON)
85 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
88 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))
/drivers/staging/rtl8188eu/include/
H A Drtw_pwrctrl.h68 #define PS_ALL_ON BIT(2) macro
87 #define PS_STATE_S3 (PS_ALL_ON)
88 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
90 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))

Completed in 35 milliseconds