Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dcore.h822 RF_A = BIT(0), enumerator
827 RF_AB = (RF_A | RF_B),
828 RF_AC = (RF_A | RF_C),
829 RF_AD = (RF_A | RF_D),
834 RF_ABC = (RF_A | RF_B | RF_C),
835 RF_ABD = (RF_A | RF_B | RF_D),
836 RF_ACD = (RF_A | RF_C | RF_D),
839 RF_ABCD = (RF_A | RF_B | RF_C | RF_D),
H A Drtw8852a_rfk.c24 return RF_A; in _kpath()
1455 case RF_A: in _iqk_afebb_restore()
1502 case RF_A: in _iqk_macbb_setting()
1641 case RF_A: in _iqk()
1879 case RF_A: in _dpk_bb_afe_setting()
1910 case RF_A: in _dpk_bb_afe_restore()
2613 if ((kpath == RF_A && reloaded[RF_PATH_A]) || in _dpk_cal_select()
H A Dphy.c3086 if (hal->antenna_rx == RF_A) in rtw89_phy_antdiv_parse()
4273 candidate = RF_A; in rtw89_phy_tx_path_div_sta_iter()
4285 if (hal->antenna_tx == RF_A) { in rtw89_phy_tx_path_div_sta_iter()
4340 hal->antenna_rx = hal->antenna_rx == RF_A ? RF_B : RF_A; in rtw89_phy_swap_hal_antenna()
4362 candidate = RF_A; in rtw89_phy_antdiv_decision_state()
4366 candidate = RF_A; in rtw89_phy_antdiv_decision_state()
H A Drtw8851b.c1855 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path()
1869 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path()
1877 rtw8851b_bb_ctrl_rx_path(rtwdev, RF_A); in rtw8851b_bb_cfg_txrx_path()
H A Drtw8852b_rfk.c286 val = RF_A; in _kpath()
1492 case RF_A: in _iqk_afebb_restore()
1538 case RF_A: in _iqk_macbb_setting()
1645 case RF_A: in _iqk()
3427 rx_path = RF_A; in _tssi_hw_tx()
H A Drtw8852b.c1989 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rx_path()
2028 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rx_path()
2040 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rf_mode_rx_path()
H A Drtw8851b_rfk.c137 return RF_A; in _kpath()
3313 u8 phy_map = rtw89_btc_phymap(rtwdev, phy, RF_A); in rtw8851b_tssi()
H A Drtw8852c_rfk.c87 return RF_A; in _kpath()
1549 case RF_A: in _iqk()
H A Dmac.c2681 hal->antenna_tx = RF_A; in rtw89_mac_setup_phycap()
2682 hal->antenna_rx = RF_A; in rtw89_mac_setup_phycap()
H A Drtw8852c.c2194 if (tx_path == RF_A) { in rtw8852c_ctrl_tx_path_tmac()
H A Dfw.c1683 ntx_path = RF_A; in __rtw89_fw_h2c_set_tx_path()