Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c506 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_R_SYM_ISO_ADDA_P02PP | in rtw8922a_pwr_on_func()
630 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_on_func()
672 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_R_SYM_ISO_ADDA_P02PP | in rtw8922a_pwr_off_func()
677 rtw89_write8_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922a_pwr_off_func()
1810 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x0); in rtw8922a_bb_preinit()
1811 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x0); in rtw8922a_bb_preinit()
1812 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x1); in rtw8922a_bb_preinit()
1813 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, mcu_bootrdy_mask[phy_idx], rdy); in rtw8922a_bb_preinit()
1823 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, mcu_bootrdy_mask[phy_idx]); in rtw8922a_bb_postinit()
1824 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx]); in rtw8922a_bb_postinit()
[all …]
H A Dmac_be.c821 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
823 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
828 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
830 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
844 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
846 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
851 rtw89_write32_clr(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
853 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, in cmac_pwr_en_be()
948 val = rtw89_read32(rtwdev, R_BE_FEN_RST_ENABLE); in mac_func_en_be()
2078 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, set); in dbcc_bb_ctrl_be()
[all …]
H A Drtw8922d.c664 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, in rtw8922d_pwr_on_func()
701 rtw89_write8_clr(rtwdev, R_BE_FEN_RST_ENABLE, B_BE_FEN_BB_IP_RSTN | in rtw8922d_pwr_off_func()
2112 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x0); in rtw8922d_bb_preinit()
2113 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x0); in rtw8922d_bb_preinit()
2115 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, glbrst_mask[phy_idx], 0x1); in rtw8922d_bb_preinit()
2117 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x1); in rtw8922d_bb_preinit()
H A Dreg.h4137 #define R_BE_FEN_RST_ENABLE 0x0084 macro