Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/rtl8822c/
H A Dphydm_hal_api8822c.c989 phydm_config_ofdm_tx_path_8822c(struct dm_struct *dm, enum bb_path tx_path_2ss, in phydm_config_ofdm_tx_path_8822c() argument
994 if (tx_path_2ss == BB_PATH_AB) in phydm_config_ofdm_tx_path_8822c()
1079 void phydm_config_tx_path_8822c(struct dm_struct *dm, enum bb_path tx_path_2ss, in phydm_config_tx_path_8822c() argument
1083 dm->tx_2ss_status = tx_path_2ss; in phydm_config_tx_path_8822c()
1092 phydm_config_ofdm_tx_path_8822c(dm, tx_path_2ss, tx_path_sel_1ss); in phydm_config_tx_path_8822c()
1095 tx_path_2ss, tx_path_sel_1ss, tx_path_sel_cck); in phydm_config_tx_path_8822c()
1201 enum bb_path tx_path_2ss = BB_PATH_AB; in config_phydm_trx_mode_8822c() local
1243 tx_path_2ss = BB_PATH_NON; in config_phydm_trx_mode_8822c()
1251 tx_path_2ss = BB_PATH_AB; in config_phydm_trx_mode_8822c()
1255 tx_path_2ss = BB_PATH_NON; in config_phydm_trx_mode_8822c()
[all …]
H A Dphydm_hal_api8822c.h105 void phydm_config_tx_path_8822c(struct dm_struct *dm, enum bb_path tx_path_2ss,