/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852b.h | 108 u8 rx_path; member 129 enum rtw89_rf_path_bit rx_path);
|
H A D | rtw8852b.c | 1905 bak->rx_path = rtw89_phy_read32_idx(rtwdev, R_CHBW_MOD_V1, B_ANT_RX_SEG0, idx); in rtw8852b_bb_backup_tssi() 1922 rtw89_phy_write32_idx(rtwdev, R_CHBW_MOD_V1, B_ANT_RX_SEG0, bak->rx_path, idx); in rtw8852b_bb_restore_tssi() 1981 enum rtw89_rf_path_bit rx_path) in rtw8852b_bb_ctrl_rx_path() argument 1987 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rx_path() 1996 } else if (rx_path == RF_B) { in rtw8852b_bb_ctrl_rx_path() 2005 } else if (rx_path == RF_AB) { in rtw8852b_bb_ctrl_rx_path() 2019 (rx_path == RF_B || rx_path == RF_AB)) in rtw8852b_bb_ctrl_rx_path() 2026 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rx_path() 2036 enum rtw89_rf_path_bit rx_path) in rtw8852b_bb_ctrl_rf_mode_rx_path() argument 2038 if (rx_path == RF_A) { in rtw8852b_bb_ctrl_rf_mode_rx_path() [all …]
|
H A D | rtw8852b_rfk.c | 3424 enum rtw89_rf_path_bit rx_path; in _tssi_hw_tx() local 3427 rx_path = RF_A; in _tssi_hw_tx() 3429 rx_path = RF_B; in _tssi_hw_tx() 3431 rx_path = RF_AB; in _tssi_hw_tx() 3433 rx_path = RF_ABCD; /* don't change path, but still set others */ in _tssi_hw_tx() 3438 rtw8852b_bb_ctrl_rx_path(rtwdev, rx_path); in _tssi_hw_tx()
|
H A D | rtw8851b.c | 1848 enum rtw89_rf_path_bit rx_path) in rtw8851b_bb_ctrl_rx_path() argument 1853 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path() 1867 if (rx_path == RF_A) { in rtw8851b_bb_ctrl_rx_path()
|
H A D | rtw8852c.c | 2048 static void rtw8852c_bb_cfg_rx_path(struct rtw89_dev *rtwdev, u8 rx_path) in rtw8852c_bb_cfg_rx_path() argument 2092 if (rx_path == RF_PATH_A) { in rtw8852c_bb_cfg_rx_path() 2111 } else if (rx_path == RF_PATH_B) { in rtw8852c_bb_cfg_rx_path()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822b.c | 21 u8 rx_path, bool is_tx2_path); 738 u8 rx_path, bool is_tx2_path) in rtw8822b_config_trx_mode() argument 752 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode() 757 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode() 792 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode() 794 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode() 797 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode() 800 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()
|
H A D | rtw8822c.c | 24 u8 rx_path, bool is_tx2_path); 2434 static void rtw8822c_config_cck_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_cck_rx_path() argument 2436 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path() 2439 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path() 2444 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path() 2446 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path() 2448 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path() 2452 static void rtw8822c_config_ofdm_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_ofdm_rx_path() argument 2454 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path() 2460 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path() [all …]
|
H A D | main.h | 877 u8 rx_path, bool is_tx2_path);
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tunnel.c | 1717 const struct tb_path *tx_path = NULL, *rx_path = NULL; in tb_tunnel_match_dma() local 1732 rx_path = path; in tb_tunnel_match_dma() 1747 if (!rx_path) in tb_tunnel_match_dma() 1750 (rx_path->hops[0].in_hop_index != receive_path)) in tb_tunnel_match_dma() 1753 (rx_path->hops[rx_path->path_length - 1].next_hop_index != receive_ring)) in tb_tunnel_match_dma()
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 5753 int rx_path; in jaguar2_rx_parse_phystats_type1() local 5763 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type1() 5764 pwdb_max = max(pwdb_max, phy_stats1->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type1() 5776 int rx_path; in jaguar2_rx_parse_phystats_type2() local 5778 for (rx_path = 0; rx_path < priv->rx_paths; rx_path++) in jaguar2_rx_parse_phystats_type2() 5779 pwdb_max = max(pwdb_max, phy_stats2->pwdb[rx_path]); in jaguar2_rx_parse_phystats_type2()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 2716 u8 rx_path; /* mask or num */ in mt7915_mcu_set_chan_info() member 2733 .rx_path = phy->mt76->chainmask >> (dev->chainshift * band), in mt7915_mcu_set_chan_info() 2742 req.rx_path = phy->mt76->test.tx_antenna_mask; in mt7915_mcu_set_chan_info() 2761 req.rx_path = hweight8(req.rx_path); in mt7915_mcu_set_chan_info()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 2965 u8 rx_path; /* mask or num */ in mt7996_mcu_set_chan_info() member 2984 .rx_path = phy->mt76->chainmask >> dev->chainshift[band_idx], in mt7996_mcu_set_chan_info() 3001 req.rx_path = hweight8(req.rx_path); in mt7996_mcu_set_chan_info()
|