[go: nahoru, domu]

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

/drivers/staging/rtl8712/
H A Drtl871x_pwrctrl.h61 #define PS_ST_ACTIVE BIT(3) macro
76 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
80 #define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE))
/drivers/staging/rtl8723au/include/
H A Drtw_pwrctrl.h66 #define PS_ST_ACTIVE BIT(3) macro
85 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
89 #define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE))
/drivers/staging/rtl8188eu/include/
H A Drtw_pwrctrl.h69 #define PS_ST_ACTIVE BIT(3) macro
88 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON))
91 #define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE))

Completed in 13 milliseconds