Searched refs:BIT_FEN_BB_RSTB (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | wow.c | 257 rtw_write8_clr(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw_wow_bb_stop() 264 rtw_write8_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw_wow_bb_start()
|
H A D | rtw8821c.c | 121 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param() 123 val &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8821c_phy_set_param() 125 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param()
|
H A D | reg.h | 13 #define BIT_FEN_BB_RSTB BIT(0) macro
|
H A D | mac.c | 101 value8 &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw_mac_pre_system_cfg()
|
H A D | rtw8822b.c | 140 BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8822b_phy_set_param()
|
H A D | rtw8723d.c | 143 BIT_FEN_EN_25_1 | BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8723d_phy_set_param()
|
H A D | rtw8822c.c | 1143 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8822c_phy_set_param()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H 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()
|
H A D | rtw8821c.c | 169 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param() 171 val &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8821c_phy_set_param() 173 val |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw8821c_phy_set_param()
|
H A D | reg.h | 13 #define BIT_FEN_BB_RSTB BIT(0) macro
|
H A D | mac.c | 125 value8 &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw_mac_pre_system_cfg()
|
H A D | rtw8822c.c | 102 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 103 rtw_write16_clr(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 104 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset() 1875 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8822c_phy_set_param()
|
H A D | rtw8822b.c | 159 BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8822b_phy_set_param()
|
H A D | coex.c | 2755 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw_coex_power_on_setting()
|
H A D | rtw8723d.c | 143 BIT_FEN_EN_25_1 | BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8723d_phy_set_param()
|
Completed in 46 milliseconds