Home
last modified time | relevance | path

Searched refs:BIT_FEN_BB_RSTB (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/sys/contrib/dev/rtw88/
HDwow.c285 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()
HDrtw8821c.c169 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()
HDreg.h14 #define BIT_FEN_BB_RSTB BIT(0) macro
HDmac.c125 value8 &= ~(BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw_mac_pre_system_cfg()
HDrtw8822c.c103 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset()
104 rtw_write16_clr(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset()
105 rtw_write16_set(rtwdev, REG_SYS_FUNC_EN, BIT_FEN_BB_RSTB); in rtw8822c_bb_reset()
1876 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8822c_phy_set_param()
HDrtw8703b.c646 BIT_FEN_EN_25_1 | BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8703b_phy_set_param()
HDrtw8723d.c92 BIT_FEN_EN_25_1 | BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw8723d_phy_set_param()
HDrtw88xxa.c582 val8 |= BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST; in rtw88xxa_phy_bb_config()
HDrtw8822b.c160 BIT_FEN_BB_RSTB | BIT_FEN_BB_GLB_RST); in rtw8822b_phy_set_param()
HDcoex.c2761 BIT_FEN_BB_GLB_RST | BIT_FEN_BB_RSTB); in rtw_coex_power_on_setting()