Searched refs:RT_PS_LEVEL_ASPM (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/wireless/rtlwifi/ |
D | ps.c | 145 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in _rtl_ps_inactive_ps() 148 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 157 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps() 159 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps() 429 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in rtl_lps_leave() 432 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_lps_leave() 537 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_awake() 539 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_awake() 582 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_sleep() 584 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_sleep()
|
D | wifi.h | 1892 #define RT_PS_LEVEL_ASPM BIT(7) macro
|