Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c297 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_R_SYM_ISO_ADDA_P02PP | in rtw8922a_pwr_on_func()
406 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_on_func()
448 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_R_SYM_ISO_ADDA_P02PP | in rtw8922a_pwr_off_func()
453 rtw89_write8_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_off_func()
1555 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x0); in rtw8922a_bb_preinit()
1556 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x0); in rtw8922a_bb_preinit()
1557 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x1); in rtw8922a_bb_preinit()
1568 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, mcu_bootrdy_mask[phy_idx]); in rtw8922a_bb_postinit()
1569 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx]); in rtw8922a_bb_postinit()
2683 rtw89_write8_set(rtwdev, R_BE_FEN_RST_ENABLE, in rtw8922a_mac_enable_bb_rf()
[all …]
H A Dmac_be.c595 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_CMAC1_FEN); in cmac_func_en_be()
611 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_CMAC1_FEN); in cmac_func_en_be()
1558 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, set); in dbcc_bb_ctrl_be()
1560 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, set); in dbcc_bb_ctrl_be()
H A Dreg.h4042 #define R_BE_FEN_RST_ENABLE 0x0084 macro