Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c22 u8 rx_path, bool is_tx2_path);
1652 static void rtw8822c_config_cck_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_cck_rx_path() argument
1654 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()
1657 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()
1662 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()
1664 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()
1666 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()
1670 static void rtw8822c_config_ofdm_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_ofdm_rx_path() argument
1672 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()
1678 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()
[all …]
Drtw8822b.c20 u8 rx_path, bool is_tx2_path);
717 u8 rx_path, bool is_tx2_path) in rtw8822b_config_trx_mode() argument
731 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()
736 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()
771 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode()
773 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode()
776 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode()
779 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()