Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_pwrctrl.h47 #define PS_ALL_ON BIT(2) macro
62 #define PS_STATE_S3 (PS_ALL_ON)
63 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
65 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))
/drivers/staging/r8188eu/include/
Drtw_pwrctrl.h52 #define PS_ALL_ON BIT(2) macro
71 #define PS_STATE_S3 (PS_ALL_ON)
72 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
74 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))
/drivers/staging/rtl8723bs/include/
Drtw_pwrctrl.h58 #define PS_ALL_ON BIT(2) macro
77 #define PS_STATE_S3 (PS_ALL_ON)
78 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
81 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON))