| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852b.h | 107 u8 tx_path; global() member
|
| H A D | rtw8852a.h | 106 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path);
|
| H A D | rtw8852b_common.c | 1533 void __rtw8852bx_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path) in __rtw8852bx_bb_cfg_tx_path() argument 1537 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "PMAC CFG Tx Path = %d", tx_path); in __rtw8852bx_bb_cfg_tx_path() 1539 if (tx_path == RF_PATH_A) { in __rtw8852bx_bb_cfg_tx_path() 1542 } else if (tx_path == RF_PATH_B) { in __rtw8852bx_bb_cfg_tx_path() 1545 } else if (tx_path == RF_PATH_AB) { in __rtw8852bx_bb_cfg_tx_path() 1577 bak->tx_path = rtw89_phy_read32_idx(rtwdev, R_TXPATH_SEL, B_TXPATH_SEL_MSK, idx); in __rtw8852bx_bb_backup_tssi() 1591 rtw89_phy_write32_idx(rtwdev, R_TXPATH_SEL, B_TXPATH_SEL_MSK, bak->tx_path, idx); in __rtw8852bx_bb_restore_tssi() 1592 if (bak->tx_path == RF_AB) in __rtw8852bx_bb_restore_tssi()
|
| H A D | rtw8852a.c | 1613 void rtw8852a_bb_cfg_tx_path(struct rtw89_dev *rtwdev, u8 tx_path) in rtw8852a_bb_cfg_tx_path() argument 1620 rtw89_debug(rtwdev, RTW89_DBG_TSSI, "PMAC CFG Tx Path = %d", tx_path); in rtw8852a_bb_cfg_tx_path() 1622 if (tx_path == RF_PATH_A) { in rtw8852a_bb_cfg_tx_path() 1627 } else if (tx_path == RF_PATH_B) { in rtw8852a_bb_cfg_tx_path() 1632 } else if (tx_path == RF_PATH_AB) { in rtw8852a_bb_cfg_tx_path() 1652 if (tx_path == RF_PATH_A) { in rtw8852a_bb_cfg_tx_path()
|
| H A D | rtw8922a.c | 1615 enum rtw89_rf_path tx_path, in rtw8922a_ctrl_tx_path_tmac() argument 1636 if (tx_path == RF_PATH_A) { in rtw8922a_ctrl_tx_path_tmac() 1643 } else if (tx_path == RF_PATH_B) { in rtw8922a_ctrl_tx_path_tmac() 1650 } else if (tx_path == RF_PATH_AB) { in rtw8922a_ctrl_tx_path_tmac() 2284 enum rtw89_rf_path tx_path, u8 tx_nss, in rtw8922a_ctrl_trx_path() argument 2290 rtw8922a_ctrl_tx_path_tmac(rtwdev, tx_path, phy_idx); in rtw8922a_ctrl_trx_path()
|
| H A D | rtw8852c.c | 208 static void rtw8852c_ctrl_tx_path_tmac(struct rtw89_dev *rtwdev, u8 tx_path, 2295 static void rtw8852c_ctrl_tx_path_tmac(struct rtw89_dev *rtwdev, u8 tx_path, in rtw8852c_ctrl_tx_path_tmac() argument 2326 if (tx_path == RF_A) { in rtw8852c_ctrl_tx_path_tmac() 2332 } else if (tx_path == RF_B) { in rtw8852c_ctrl_tx_path_tmac() 2338 } else if (tx_path == RF_AB) { in rtw8852c_ctrl_tx_path_tmac() 2345 rtw89_warn(rtwdev, "[Invalid Tx Path]Tx Path: %d\n", tx_path); in rtw8852c_ctrl_tx_path_tmac()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | eeprom.c | 374 u8 band_sel, tx_path, rx_path; in mt7915_eeprom_has_background_radar() local 387 tx_path = u8_get_bits(val, MT_EE_WIFI_CONF0_TX_PATH); in mt7915_eeprom_has_background_radar() 391 tx_path == rx_path && rx_path == 2); in mt7915_eeprom_has_background_radar()
|
| /freebsd/sys/contrib/dev/rtw88/ |
| H A D | rtw8822b.c | 20 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, 738 static void rtw8822b_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822b_config_trx_mode() argument 753 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode() 758 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode() 767 if (tx_path & BB_PATH_A) { in rtw8822b_config_trx_mode() 770 } else if (tx_path & BB_PATH_B) { in rtw8822b_config_trx_mode() 775 if (tx_path == BB_PATH_A || tx_path == BB_PATH_B) in rtw8822b_config_trx_mode() 780 tx_path_sel = (tx_path << 4) | tx_path; in rtw8822b_config_trx_mode() 783 if (tx_path != BB_PATH_A && tx_path != BB_PATH_B) { in rtw8822b_config_trx_mode()
|
| H A D | rtw8822c.c | 23 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, 2483 static void rtw8822c_config_cck_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_cck_tx_path() argument 2486 if (tx_path == BB_PATH_A) { in rtw8822c_config_cck_tx_path() 2488 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_cck_tx_path() 2499 static void rtw8822c_config_ofdm_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_ofdm_tx_path() argument 2502 if (tx_path == BB_PATH_A) { in rtw8822c_config_ofdm_tx_path() 2505 } else if (tx_path == BB_PATH_B) { in rtw8822c_config_ofdm_tx_path() 2523 static void rtw8822c_config_tx_path(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_tx_path() argument 2529 rtw8822c_config_ofdm_tx_path(rtwdev, tx_path, tx_path_sel_1ss); in rtw8822c_config_tx_path() 2533 static void rtw8822c_config_trx_mode(struct rtw_dev *rtwdev, u8 tx_path, in rtw8822c_config_trx_mode() argument [all …]
|
| H A D | main.h | 908 void (*config_tx_path)(struct rtw_dev *rtwdev, u8 tx_path, 912 void (*config_txrx_mode)(struct rtw_dev *rtwdev, u8 tx_path,
|