Home
last modified time | relevance | path

Searched refs:RTW89_FLAG_CMAC0_PWR (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c815 if (en == test_bit(RTW89_FLAG_CMAC0_PWR, rtwdev->flags)) in cmac_pwr_en_be()
826 set_bit(RTW89_FLAG_CMAC0_PWR, rtwdev->flags); in cmac_pwr_en_be()
835 clear_bit(RTW89_FLAG_CMAC0_PWR, rtwdev->flags); in cmac_pwr_en_be()
874 pwr_flag = RTW89_FLAG_CMAC0_PWR; in cmac_func_en_be()
H A Dcore.h6438 RTW89_FLAG_CMAC0_PWR, enumerator
H A Dmac.c1576 clear_bit(RTW89_FLAG_CMAC0_PWR, rtwdev->flags); in rtw89_mac_power_switch()