Searched refs:bbrst_mask (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | rtw8922a.c | 1798 static const u32 bbrst_mask[2] = {B_BE_FEN_BBPLAT_RSTB, B_BE_FEN_BB1PLAT_RSTB}; variable 1811 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x0); in rtw8922a_bb_preinit() 1824 rtw89_write32_set(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx]); in rtw8922a_bb_postinit()
|
| H A D | rtw8922d.c | 2106 static const u32 bbrst_mask[2] = {B_BE_FEN_BBPLAT_RSTB, B_BE_FEN_BB1PLAT_RSTB}; variable 2113 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x0); in rtw8922d_bb_preinit() 2117 rtw89_write32_mask(rtwdev, R_BE_FEN_RST_ENABLE, bbrst_mask[phy_idx], 0x1); in rtw8922d_bb_preinit()
|