Home
last modified time | relevance | path

Searched refs:mu_tx_ctl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/
H A Drtl8822b_phy.c1305 u32 mu_tx_ctl; in _sounding_reset_all() local
1319 mu_tx_ctl = rtw_read32(adapter, REG_MU_TX_CTL_8822B); in _sounding_reset_all()
1321 mu_tx_ctl = BIT_SET_R_MU_TAB_SEL_8822B(mu_tx_ctl, i); in _sounding_reset_all()
1322 rtw_write32(adapter, REG_MU_TX_CTL_8822B, mu_tx_ctl); in _sounding_reset_all()
1328 mu_tx_ctl &= ~BIT_R_EN_MU_MIMO_8822B; in _sounding_reset_all()
1329 rtw_write32(adapter, REG_MU_TX_CTL_8822B, mu_tx_ctl); in _sounding_reset_all()
1388 u32 mu_tx_ctl; in _sounding_config_mu() local
1403 mu_tx_ctl = rtw_read32(adapter, REG_MU_TX_CTL_8822B); in _sounding_config_mu()
1408 mu_tx_ctl = BIT_SET_R_MU_TAB_SEL_8822B(mu_tx_ctl, bfee->mu_reg_index); in _sounding_config_mu()
1409 rtw_write32(adapter, REG_MU_TX_CTL_8822B, mu_tx_ctl); in _sounding_config_mu()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/
H A Drtl8822c_phy.c1331 u32 mu_tx_ctl; in _sounding_reset_all() local
1345 mu_tx_ctl = rtw_read32(adapter, REG_MU_TX_CTL_8822C); in _sounding_reset_all()
1347 mu_tx_ctl = BIT_SET_R_MU_TAB_SEL_8822C(mu_tx_ctl, i); in _sounding_reset_all()
1348 rtw_write32(adapter, REG_MU_TX_CTL_8822C, mu_tx_ctl); in _sounding_reset_all()
1354 mu_tx_ctl &= ~BIT_R_EN_MU_MIMO_8822C; in _sounding_reset_all()
1355 rtw_write32(adapter, REG_MU_TX_CTL_8822C, mu_tx_ctl); in _sounding_reset_all()
1414 u32 mu_tx_ctl; in _sounding_config_mu() local
1429 mu_tx_ctl = rtw_read32(adapter, REG_MU_TX_CTL_8822C); in _sounding_config_mu()
1434 mu_tx_ctl = BIT_SET_R_MU_TAB_SEL_8822C(mu_tx_ctl, bfee->mu_reg_index); in _sounding_config_mu()
1435 rtw_write32(adapter, REG_MU_TX_CTL_8822C, mu_tx_ctl); in _sounding_config_mu()
[all …]