Home
last modified time | relevance | path

Searched refs:RTW89_PS_MODE_PWR_GATED (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/wireless/realtek/rtw89/
Drtw8852c.c2885 BIT(RTW89_PS_MODE_PWR_GATED),
2887 BIT(RTW89_PS_MODE_PWR_GATED),
Drtw8852a.c2154 BIT(RTW89_PS_MODE_PWR_GATED),
Dcore.c1998 if ((chip->ps_mode_supported & BIT(RTW89_PS_MODE_PWR_GATED)) && in rtw89_update_ps_mode()
2000 return RTW89_PS_MODE_PWR_GATED; in rtw89_update_ps_mode()
Drtw8852b.c2587 BIT(RTW89_PS_MODE_PWR_GATED),
Dcore.h853 RTW89_PS_MODE_PWR_GATED = 3, enumerator
Dmac.c1181 case RTW89_PS_MODE_PWR_GATED: in rtw89_mac_get_req_pwr_state()