Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c18 u8 rx_path, bool is_tx2_path);
663 u8 rx_path, bool is_tx2_path) in rtw8822b_config_trx_mode() argument
677 if ((tx_path | rx_path) & BB_PATH_A) in rtw8822b_config_trx_mode()
682 if ((tx_path | rx_path) & BB_PATH_B) in rtw8822b_config_trx_mode()
717 if (rx_path & BB_PATH_A) in rtw8822b_config_trx_mode()
719 else if (rx_path & BB_PATH_B) in rtw8822b_config_trx_mode()
722 rx_path_sel = (rx_path << 4) | rx_path; in rtw8822b_config_trx_mode()
725 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822b_config_trx_mode()
Drtw8822c.c19 u8 rx_path, bool is_tx2_path);
1507 static void rtw8822c_config_cck_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_cck_rx_path() argument
1509 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_cck_rx_path()
1512 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_cck_rx_path()
1517 if (rx_path == BB_PATH_A) in rtw8822c_config_cck_rx_path()
1519 else if (rx_path == BB_PATH_B) in rtw8822c_config_cck_rx_path()
1521 else if (rx_path == BB_PATH_AB) in rtw8822c_config_cck_rx_path()
1525 static void rtw8822c_config_ofdm_rx_path(struct rtw_dev *rtwdev, u8 rx_path) in rtw8822c_config_ofdm_rx_path() argument
1527 if (rx_path == BB_PATH_A || rx_path == BB_PATH_B) { in rtw8822c_config_ofdm_rx_path()
1533 } else if (rx_path == BB_PATH_AB) { in rtw8822c_config_ofdm_rx_path()
[all …]