Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcore.h823 RF_B = BIT(1), enumerator
827 RF_AB = (RF_A | RF_B),
830 RF_BC = (RF_B | RF_C),
831 RF_BD = (RF_B | RF_D),
834 RF_ABC = (RF_A | RF_B | RF_C),
835 RF_ABD = (RF_A | RF_B | RF_D),
837 RF_BCD = (RF_B | RF_C | RF_D),
839 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
H A Drtw8852a_rfk.c26 return RF_B; in _kpath()
1458 case RF_B: in _iqk_afebb_restore()
1505 case RF_B: in _iqk_macbb_setting()
1644 case RF_B: in _iqk()
1887 case RF_B: in _dpk_bb_afe_setting()
1913 case RF_B: in _dpk_bb_afe_restore()
2614 (kpath == RF_B && reloaded[RF_PATH_B]) || in _dpk_cal_select()
H A Drtw8852b.c1043 if (hal->antenna_rx == RF_B) { in rtw8852b_set_gain_offset()
1998 } else if (rx_path == RF_B) { in rtw8852b_bb_ctrl_rx_path()
2021 (rx_path == RF_B || rx_path == RF_AB)) in rtw8852b_bb_ctrl_rx_path()
2049 } else if (rx_path == RF_B) { in rtw8852b_bb_ctrl_rf_mode_rx_path()
H A Dphy.c3088 else if (hal->antenna_rx == RF_B) in rtw89_phy_antdiv_parse()
4275 candidate = RF_B; in rtw89_phy_tx_path_div_sta_iter()
4288 } else if (hal->antenna_tx == RF_B) { in rtw89_phy_tx_path_div_sta_iter()
4318 if (hal->antenna_tx == RF_B) { in rtw89_phy_antdiv_set_ant()
4340 hal->antenna_rx = hal->antenna_rx == RF_A ? RF_B : RF_A; in rtw89_phy_swap_hal_antenna()
4364 candidate = RF_B; in rtw89_phy_antdiv_decision_state()
4368 candidate = RF_B; in rtw89_phy_antdiv_decision_state()
H A Drtw8852b_rfk.c288 val = RF_B; in _kpath()
1493 case RF_B: in _iqk_afebb_restore()
1539 case RF_B: in _iqk_macbb_setting()
1648 case RF_B: in _iqk()
3429 rx_path = RF_B; in _tssi_hw_tx()
H A Drtw8852c.c1709 ntx_path = chan->band_type == RTW89_BAND_6G ? RF_B : RF_AB; in rtw8852c_set_channel_bb()
2200 } else if (tx_path == RF_B) { in rtw8852c_ctrl_tx_path_tmac()
H A Dmac.c2671 hal->antenna_tx = RF_B; in rtw89_mac_setup_phycap()
2673 hal->antenna_rx = RF_B; in rtw89_mac_setup_phycap()
2676 hal->antenna_tx = RF_B; in rtw89_mac_setup_phycap()
H A Drtw8852c_rfk.c89 return RF_B; in _kpath()
1552 case RF_B: in _iqk()
H A Dfw.c1686 ntx_path = hal->antenna_tx ? hal->antenna_tx : RF_B; in __rtw89_fw_h2c_set_tx_path()