Home
last modified time | relevance | path

Searched refs:rx_path (Results 1 – 16 of 16) sorted by relevance

/drivers/net/wireless/mediatek/mt76/mt7996/
A Deeprom.c66 u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_stream() argument
72 *rx_path = FIELD_GET(MT_EE_WIFI_CONF3_RX_PATH_BAND1, in mt7996_eeprom_parse_stream()
80 *rx_path = FIELD_GET(MT_EE_WIFI_CONF4_RX_PATH_BAND2, in mt7996_eeprom_parse_stream()
88 *rx_path = FIELD_GET(MT_EE_WIFI_CONF3_RX_PATH_BAND0, in mt7996_eeprom_parse_stream()
118 u8 path, rx_path, nss; in mt7996_eeprom_variant_valid() local
222 u8 *path, u8 *rx_path, u8 *nss) in mt7996_eeprom_parse_efuse_hw_cap() argument
242 *rx_path = min_t(u8, *rx_path, STREAM_CAP(19 + band_offs)); in mt7996_eeprom_parse_efuse_hw_cap()
290 u8 path, rx_path, nss, band_idx = phy->mt76->band_idx; in mt7996_eeprom_parse_hw_cap() local
309 if (path != rx_path) in mt7996_eeprom_parse_hw_cap()
393 u8 path, rx_path, nss, *eeprom = dev->mt76.eeprom.data; in mt7996_eeprom_has_background_radar() local
[all …]
A Dmcu.c3698 u8 rx_path; /* mask or num */ in mt7996_mcu_set_chan_info() member
3717 .rx_path = mt7996_rx_chainmask(phy) >> dev->chainshift[band_idx], in mt7996_mcu_set_chan_info()
3734 req.rx_path = hweight8(req.rx_path); in mt7996_mcu_set_chan_info()
/drivers/net/wireless/mediatek/mt76/mt7915/
A Deeprom.c368 u8 band_sel, tx_path, rx_path; in mt7915_eeprom_has_background_radar() local
382 rx_path = u8_get_bits(val, MT_EE_WIFI_CONF0_RX_PATH); in mt7915_eeprom_has_background_radar()
385 tx_path == rx_path && rx_path == 2); in mt7915_eeprom_has_background_radar()
A Dmcu.c2780 u8 rx_path; /* mask or num */ in mt7915_mcu_set_chan_info() member
2797 .rx_path = phy->mt76->chainmask >> (dev->chainshift * band), in mt7915_mcu_set_chan_info()
2806 req.rx_path = phy->mt76->test.tx_antenna_mask; in mt7915_mcu_set_chan_info()
2825 req.rx_path = hweight8(req.rx_path); in mt7915_mcu_set_chan_info()
/drivers/net/wireless/realtek/rtw89/
A Drtw8852b_common.h108 u8 rx_path; member
124 enum rtw89_rf_path_bit rx_path,
213 enum rtw89_rf_path_bit rx_path, in rtw8852bx_bb_ctrl_rx_path() argument
216 rtw8852bx_info.bb_ctrl_rx_path(rtwdev, rx_path, chan); in rtw8852bx_bb_ctrl_rx_path()
A Drtw8852b_common.c1658 enum rtw89_rf_path_bit rx_path, in __rtw8852bx_bb_ctrl_rx_path() argument
1664 if (rx_path == RF_A) { in __rtw8852bx_bb_ctrl_rx_path()
1673 } else if (rx_path == RF_B) { in __rtw8852bx_bb_ctrl_rx_path()
1682 } else if (rx_path == RF_AB) { in __rtw8852bx_bb_ctrl_rx_path()
1696 (rx_path == RF_B || rx_path == RF_AB)) in __rtw8852bx_bb_ctrl_rx_path()
1703 if (rx_path == RF_A) { in __rtw8852bx_bb_ctrl_rx_path()
1713 enum rtw89_rf_path_bit rx_path) in rtw8852bx_bb_ctrl_rf_mode_rx_path() argument
1715 if (rx_path == RF_A) { in rtw8852bx_bb_ctrl_rf_mode_rx_path()
1724 } else if (rx_path == RF_B) { in rtw8852bx_bb_ctrl_rf_mode_rx_path()
1733 } else if (rx_path == RF_AB) { in rtw8852bx_bb_ctrl_rf_mode_rx_path()
[all …]
A Drtw8922a.c1728 enum rtw89_rf_path rx_path, in rtw8922a_ctrl_rx_path_tmac() argument
1731 u8 rx_nss = (rx_path == RF_PATH_AB) ? 2 : 1; in rtw8922a_ctrl_rx_path_tmac()
1736 if (rx_path == RF_PATH_A) { in rtw8922a_ctrl_rx_path_tmac()
1740 rtw8922a_tssi_reset(rtwdev, rx_path, phy_idx); in rtw8922a_ctrl_rx_path_tmac()
1741 } else if (rx_path == RF_PATH_B) { in rtw8922a_ctrl_rx_path_tmac()
1745 rtw8922a_tssi_reset(rtwdev, rx_path, phy_idx); in rtw8922a_ctrl_rx_path_tmac()
1746 } else if (rx_path == RF_PATH_AB) { in rtw8922a_ctrl_rx_path_tmac()
1750 rtw8922a_tssi_reset(rtwdev, rx_path, phy_idx); in rtw8922a_ctrl_rx_path_tmac()
2285 enum rtw89_rf_path rx_path, u8 rx_nss) in rtw8922a_ctrl_trx_path() argument
2291 rtw8922a_ctrl_rx_path_tmac(rtwdev, rx_path, phy_idx); in rtw8922a_ctrl_trx_path()
A Drtw8852b_rfk.c3414 enum rtw89_rf_path_bit rx_path; in _tssi_hw_tx() local
3417 rx_path = RF_A; in _tssi_hw_tx()
3419 rx_path = RF_B; in _tssi_hw_tx()
3421 rx_path = RF_AB; in _tssi_hw_tx()
3423 rx_path = RF_ABCD; /* don't change path, but still set others */ in _tssi_hw_tx()
3428 rtw8852bx_bb_ctrl_rx_path(rtwdev, rx_path, chan); in _tssi_hw_tx()
A Drtw8852bt_rfk.c3492 enum rtw89_rf_path_bit rx_path; in _tssi_hw_tx() local
3495 rx_path = RF_A; in _tssi_hw_tx()
3497 rx_path = RF_B; in _tssi_hw_tx()
3499 rx_path = RF_AB; in _tssi_hw_tx()
3501 rx_path = RF_ABCD; /* don't change path, but still set others */ in _tssi_hw_tx()
3506 rtw8852bx_bb_ctrl_rx_path(rtwdev, rx_path, chan); in _tssi_hw_tx()
A Drtw8851b.c2019 enum rtw89_rf_path_bit rx_path) in rtw8851b_bb_ctrl_rx_path() argument
2024 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path()
2038 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path()
A Drtw8852c.c2177 static void rtw8852c_bb_cfg_rx_path(struct rtw89_dev *rtwdev, u8 rx_path) in rtw8852c_bb_cfg_rx_path() argument
2221 if (rx_path == RF_PATH_A) { in rtw8852c_bb_cfg_rx_path()
2240 } else if (rx_path == RF_PATH_B) { in rtw8852c_bb_cfg_rx_path()
/drivers/net/wireless/realtek/rtw88/
A Drtw8822b.c21 u8 rx_path, bool is_tx2_path);
739 u8 rx_path, bool is_tx2_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()
793 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode()
795 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode()
798 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode()
801 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()
A Drtw8822c.c24 u8 rx_path, bool is_tx2_path);
2437 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()
2440 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()
2445 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()
2447 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()
2449 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()
2455 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()
2461 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()
2530 u8 rx_path, bool is_tx2_path) in rtw8822c_config_trx_mode() argument
2532 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822c_config_trx_mode()
[all …]
A Dmain.h904 u8 rx_path, bool is_tx2_path);
/drivers/thunderbolt/
A Dtunnel.c1946 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local
1961 rx_path = path; in tb_tunnel_match_dma()
1976 if (!rx_path) in tb_tunnel_match_dma()
1979 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma()
1982 (rx_path->hops[rx_path->path_length - 1].next_hop_index != receive_ring)) in tb_tunnel_match_dma()
/drivers/net/wireless/realtek/rtl8xxxu/
A Dcore.c5796 int rx_path; in jaguar2_rx_parse_phystats_type1() local
5806 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type1()
5807 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1()
5819 int rx_path; in jaguar2_rx_parse_phystats_type2() local
5821 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type2()
5822 pwdb_max = max(pwdb_max, phy_stats2->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type2()

Completed in 890 milliseconds