Home
last modified time | relevance | path

Searched refs:RT_PS_LEVEL_ASPM (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dps.c186 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in _rtl_ps_inactive_ps()
189 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps()
199 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps()
201 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps()
472 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in rtl_lps_leave_core()
475 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_lps_leave_core()
581 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_awake()
583 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_awake()
633 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_sleep()
635 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_sleep()
Dwifi.h3065 #define RT_PS_LEVEL_ASPM BIT(7) macro
/Linux-v4.19/drivers/staging/rtlwifi/
Dps.c168 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in _rtl_ps_inactive_ps()
171 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps()
181 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in _rtl_ps_inactive_ps()
183 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in _rtl_ps_inactive_ps()
453 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM) && in rtl_lps_leave_core()
456 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_lps_leave_core()
563 RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_awake()
565 RT_CLEAR_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_awake()
615 !RT_IN_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM)) { in rtl_swlps_rf_sleep()
617 RT_SET_PS_LEVEL(ppsc, RT_PS_LEVEL_ASPM); in rtl_swlps_rf_sleep()
Dwifi.h3176 #define RT_PS_LEVEL_ASPM BIT(7) macro