Home
last modified time | relevance | path

Searched refs:APS_FSMCO_HW_POWERDOWN (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Drtw88xxa.c732 rtw_write16(rtwdev, REG_APS_FSMCO, ori_fsmc0 & ~APS_FSMCO_HW_POWERDOWN); in rtw88xxa_power_off()
750 if (ori_fsmc0 & APS_FSMCO_HW_POWERDOWN) in rtw88xxa_power_off()
751 rtw_write16_set(rtwdev, REG_APS_FSMCO, APS_FSMCO_HW_POWERDOWN); in rtw88xxa_power_off()
H A Dreg.h24 #define APS_FSMCO_HW_POWERDOWN BIT(15) macro
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A D8192f.c1594 APS_FSMCO_HW_POWERDOWN | APS_FSMCO_HW_SUSPEND); in rtl8192fu_disabled_to_emu()
1650 rtl8xxxu_write16_clear(priv, REG_APS_FSMCO, APS_FSMCO_HW_POWERDOWN); in rtl8192fu_emu_to_active()
H A Dregs.h43 #define APS_FSMCO_HW_POWERDOWN BIT(15) macro
H A D8723b.c1335 val32 &= ~APS_FSMCO_HW_POWERDOWN; in rtl8723b_emu_to_active()
H A D8188f.c1360 val8 &= ~(APS_FSMCO_HW_POWERDOWN >> 8); in rtl8188f_emu_to_active()
H A D8188e.c1035 val16 &= ~APS_FSMCO_HW_POWERDOWN; in rtl8188e_emu_to_active()