Searched refs:BIT_FEN_BB_RSTB (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw88/ |
A D | wow.c | 285 rtw_write8_clr(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw_wow_bb_stop() 292 rtw_write8_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw_wow_bb_start()
|
A D | rtw8821c.c | 146 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param() 148 val &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8821c_phy_set_param() 150 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param()
|
A D | reg.h | 13 #define BIT_FEN_BB_RSTB BIT(0) macro
|
A D | mac.c | 101 value8 &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw_mac_pre_system_cfg()
|
A D | rtw8822c.c | 93 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 94 rtw_write16_clr(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 95 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 1866 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8822c_phy_set_param()
|
A D | rtw8822b.c | 150 BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8822b_phy_set_param()
|
A D | rtw8723d.c | 143 BIT_FEN_EN_25_1 | BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8723d_phy_set_param()
|
A D | coex.c | 2755 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw_coex_power_on_setting()
|
Completed in 39 milliseconds