Home
last modified time | relevance | path

Searched refs:RF_B (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_common.c674 if (hal->antenna_rx == RF_B) { in rtw8852bx_set_gain_offset()
1669 } else if (rx_path == RF_B) { in __rtw8852bx_bb_ctrl_rx_path()
1692 (rx_path == RF_B || rx_path == RF_AB)) in __rtw8852bx_bb_ctrl_rx_path()
1720 } else if (rx_path == RF_B) { in rtw8852bx_bb_ctrl_rf_mode_rx_path()
H A Drtw8852a_rfk.c26 return RF_B; in _kpath()
1471 case RF_B: in _iqk_afebb_restore()
1518 case RF_B: in _iqk_macbb_setting()
1660 case RF_B: in _iqk()
1906 case RF_B: in _dpk_bb_afe_setting()
1932 case RF_B: in _dpk_bb_afe_restore()
2640 (kpath == RF_B && reloaded[RF_PATH_B]) || in _dpk_cal_select()
H A Drtw8852b_rfk.c290 val = RF_B; in _kpath()
1481 case RF_B: in _iqk_afebb_restore()
1526 case RF_B: in _iqk_macbb_setting()
1637 case RF_B: in _iqk()
3423 rx_path = RF_B; in _tssi_hw_tx()
H A Dcore.h929 RF_B = BIT(1), enumerator
933 RF_AB = (RF_A | RF_B),
936 RF_BC = (RF_B | RF_C),
937 RF_BD = (RF_B | RF_D),
940 RF_ABC = (RF_A | RF_B | RF_C),
941 RF_ABD = (RF_A | RF_B | RF_D),
943 RF_BCD = (RF_B | RF_C | RF_D),
945 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
H A Dphy.c5706 else if (hal->antenna_rx == RF_B) in rtw89_phy_antdiv_parse()
7976 candidate = RF_B; in __rtw89_phy_tx_path_div_sta_iter()
7989 } else if (hal->antenna_tx == RF_B) { in __rtw89_phy_tx_path_div_sta_iter()
8050 if (hal->antenna_tx == RF_B) { in rtw89_phy_antdiv_set_ant()
8072 hal->antenna_rx = hal->antenna_rx == RF_A ? RF_B : RF_A; in rtw89_phy_swap_hal_antenna()
8096 candidate = RF_B; in rtw89_phy_antdiv_decision_state()
8100 candidate = RF_B; in rtw89_phy_antdiv_decision_state()
8877 return RF_B; in rtw89_phy_get_kpath()
H A Drtw8852c.c1925 ntx_path = chan->band_type == RTW89_BAND_6G ? RF_B : RF_AB; in rtw8852c_set_channel_bb()
2467 } else if (tx_path == RF_B) { in rtw8852c_ctrl_tx_path_tmac()
2564 else if (hal->antenna_rx == RF_B) in rtw8852c_bb_cfg_txrx_path()
H A Drtw8922d.c2227 path = RF_B; in rtw8922d_ctrl_rx_path_tmac()
3087 else if (hal->antenna_tx == RF_B) in rtw8922d_bb_cfg_txrx_path()
3092 else if (hal->antenna_rx == RF_B) in rtw8922d_bb_cfg_txrx_path()
H A Drtw8922a.c2633 else if (hal->antenna_tx == RF_B) in rtw8922a_bb_cfg_txrx_path()
2638 else if (hal->antenna_rx == RF_B) in rtw8922a_bb_cfg_txrx_path()
H A Dmac.c3251 hal->antenna_tx = RF_B; in rtw89_mac_setup_phycap_part0()
3253 hal->antenna_rx = RF_B; in rtw89_mac_setup_phycap_part0()
3256 hal->antenna_tx = RF_B; in rtw89_mac_setup_phycap_part0()
H A Drtw8852c_rfk.c91 return RF_B; in _kpath()
1558 case RF_B: in _iqk()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c1089 rtl8xxxu_write_rfreg(priv, RF_B, RF6052_REG_AC, 0x32d95); in rtl8xxxu_gen1_enable_rf()
1127 rtl8xxxu_write_rfreg(priv, RF_B, RF6052_REG_AC, 0); in rtl8xxxu_gen1_disable_rf()
2447 case RF_B: in rtl8xxxu_init_phy_rf()
3520 rf_bmode = rtl8xxxu_read_rfreg(priv, RF_B, in rtl8723a_phy_lc_calibrate()
3523 rtl8xxxu_write_rfreg(priv, RF_B, RF6052_REG_AC, in rtl8723a_phy_lc_calibrate()
3552 rtl8xxxu_write_rfreg(priv, RF_B, RF6052_REG_AC, in rtl8723a_phy_lc_calibrate()
5751 priv->cfo_tracking.cfo_tail[RF_B] = phy_stats1->cfo_tail[RF_B]; in jaguar2_rx_parse_phystats_type1()