| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | rtw_rf.h | 150 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 153 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 156 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 159 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 161 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 163 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 164 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 165 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 166 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/kernel/drivers/staging/vt6656/ |
| H A D | baseband.c | 255 priv->rf_type = priv->eeprom[EEP_OFS_RFTYPE]; in vnt_vt3184_init() 257 dev_dbg(&priv->usb->dev, "RF Type %d\n", priv->rf_type); in vnt_vt3184_init() 259 if ((priv->rf_type == RF_AL2230) || in vnt_vt3184_init() 260 (priv->rf_type == RF_AL2230S) || in vnt_vt3184_init() 261 (priv->rf_type == RF_AIROHA7230)) { in vnt_vt3184_init() 266 if (priv->rf_type == RF_AIROHA7230) in vnt_vt3184_init() 274 } else if ((priv->rf_type == RF_VT3226) || in vnt_vt3184_init() 275 (priv->rf_type == RF_VT3226D0) || in vnt_vt3184_init() 276 (priv->rf_type == RF_VT3342A0)) { in vnt_vt3184_init() 309 if ((priv->rf_type == RF_VT3226) || in vnt_vt3184_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | rtw_rf.h | 206 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 209 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 212 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 215 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 217 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 218 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 219 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 220 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | rtw_rf.h | 206 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 209 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 212 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 215 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 217 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 218 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 219 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 220 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | rtw_rf.h | 189 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 192 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 195 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 198 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 200 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 202 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 203 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 204 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 206 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | rtw_rf.h | 189 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 192 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 195 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 198 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 200 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 202 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 203 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 204 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 206 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | rtw_rf.h | 190 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 193 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 196 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 199 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 201 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 203 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 204 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 205 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 207 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | rtw_rf.h | 208 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 211 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 214 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 217 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 219 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 221 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 222 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 223 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 225 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | rtw_rf.h | 223 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 226 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 229 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 232 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 234 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 236 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 237 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 238 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 240 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | rtw_rf.h | 224 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 227 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 230 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 233 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 235 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 237 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 238 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 239 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 241 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | rtw_rf.h | 208 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 211 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 214 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 217 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 219 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 221 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 222 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 223 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 225 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | rtw_rf.h | 209 #define RF_TYPE_VALID(rf_type) (rf_type < RF_TYPE_MAX) argument 212 #define rf_type_to_rf_tx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_tx_cnt[rf_type] : 0) argument 215 #define rf_type_to_rf_rx_cnt(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rf_rx_cnt[rf_type] : 0) argument 218 #define rf_type_to_rfpath_str(rf_type) (RF_TYPE_VALID(rf_type) ? _rf_type_to_rfpath_str[rf_type] : … argument 220 void rf_type_to_default_trx_bmp(enum rf_type rf, enum bb_path *tx, enum bb_path *rx); 222 enum rf_type trx_num_to_rf_type(u8 tx_num, u8 rx_num); 223 enum rf_type trx_bmp_to_rf_type(u8 tx_bmp, u8 rx_bmp); 224 bool rf_type_is_a_in_b(enum rf_type a, enum rf_type b); 226 u8 rtw_restrict_trx_path_bmp_by_rftype(u8 trx_path_bmp, enum rf_type type, u8 *tx_num, u8 *rx_num);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_vht.c | 135 u8 rf_type = 0; in rtw_vht_use_default_setting() local 190 rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); in rtw_vht_use_default_setting() 192 if (rf_type == RF_3T3R) in rtw_vht_use_default_setting() 194 else if(rf_type == RF_2T2R) in rtw_vht_use_default_setting() 371 u8 cur_ldpc_cap=0, cur_stbc_cap=0, cur_beamform_cap=0, rf_type = RF_1T1R; in VHT_caps_handler() local 427 rtw_hal_get_hwreg(padapter, HW_VAR_RF_TYPE, (u8 *)(&rf_type)); in VHT_caps_handler() 428 if ((rf_type == RF_1T1R) || (rf_type == RF_1T2R)) in VHT_caps_handler() 430 else if (rf_type == RF_2T2R) in VHT_caps_handler() 432 else if (rf_type == RF_3T3R) in VHT_caps_handler() 495 u8 ChnlWidth, center_freq, bw_mode, rf_type = 0; in rtw_build_vht_operation_ie() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/ |
| H A D | hal_dm.c | 103 if (pHalData->rf_type == RF_1T1R) in Init_ODM_ComInfo() 105 else if (pHalData->rf_type == RF_1T2R) in Init_ODM_ComInfo() 107 else if (pHalData->rf_type == RF_2T2R) in Init_ODM_ComInfo() 109 else if (pHalData->rf_type == RF_2T2R_GREEN) in Init_ODM_ComInfo() 111 else if (pHalData->rf_type == RF_2T3R) in Init_ODM_ComInfo() 113 else if (pHalData->rf_type == RF_2T4R) in Init_ODM_ComInfo() 115 else if (pHalData->rf_type == RF_3T3R) in Init_ODM_ComInfo() 117 else if (pHalData->rf_type == RF_3T4R) in Init_ODM_ComInfo() 119 else if (pHalData->rf_type == RF_4T4R) in Init_ODM_ComInfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/ |
| H A D | hal_dm.c | 105 if (pHalData->rf_type == RF_1T1R) in Init_ODM_ComInfo() 107 else if (pHalData->rf_type == RF_1T2R) in Init_ODM_ComInfo() 109 else if (pHalData->rf_type == RF_2T2R) in Init_ODM_ComInfo() 111 else if (pHalData->rf_type == RF_2T2R_GREEN) in Init_ODM_ComInfo() 113 else if (pHalData->rf_type == RF_2T3R) in Init_ODM_ComInfo() 115 else if (pHalData->rf_type == RF_2T4R) in Init_ODM_ComInfo() 117 else if (pHalData->rf_type == RF_3T3R) in Init_ODM_ComInfo() 119 else if (pHalData->rf_type == RF_3T4R) in Init_ODM_ComInfo() 121 else if (pHalData->rf_type == RF_4T4R) in Init_ODM_ComInfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_rainfo.c | 541 u8 rf_type, in phydm_update_hal_ra_mask() argument 576 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 578 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 583 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 596 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 598 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 613 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 615 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 653 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 819 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_rainfo.c | 545 u8 rf_type, in phydm_update_hal_ra_mask() argument 580 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 582 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 587 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 600 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 602 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 617 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 619 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 657 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 823 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_rainfo.c | 545 u8 rf_type, in phydm_update_hal_ra_mask() argument 580 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 582 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 587 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 600 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 602 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 617 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 619 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 657 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 823 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_rainfo.c | 545 u8 rf_type, in phydm_update_hal_ra_mask() argument 580 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 582 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 587 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 600 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 602 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 617 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 619 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 657 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 823 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/ |
| H A D | hal_dm.c | 103 if (pHalData->rf_type == RF_1T1R) in Init_ODM_ComInfo() 105 else if (pHalData->rf_type == RF_1T2R) in Init_ODM_ComInfo() 107 else if (pHalData->rf_type == RF_2T2R) in Init_ODM_ComInfo() 109 else if (pHalData->rf_type == RF_2T2R_GREEN) in Init_ODM_ComInfo() 111 else if (pHalData->rf_type == RF_2T3R) in Init_ODM_ComInfo() 113 else if (pHalData->rf_type == RF_2T4R) in Init_ODM_ComInfo() 115 else if (pHalData->rf_type == RF_3T3R) in Init_ODM_ComInfo() 117 else if (pHalData->rf_type == RF_3T4R) in Init_ODM_ComInfo() 119 else if (pHalData->rf_type == RF_4T4R) in Init_ODM_ComInfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_rainfo.c | 621 u8 rf_type, in phydm_update_hal_ra_mask() argument 656 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 658 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 663 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 676 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 678 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 693 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 695 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 733 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 899 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_rainfo.c | 596 u8 rf_type, in phydm_update_hal_ra_mask() argument 631 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 633 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 638 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 651 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 653 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 668 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 670 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 708 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 874 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_rainfo.c | 620 u8 rf_type, in phydm_update_hal_ra_mask() argument 655 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 657 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 662 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 675 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 677 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 692 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 694 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 732 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 898 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_rainfo.c | 620 u8 rf_type, in phydm_update_hal_ra_mask() argument 655 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 657 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 662 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 675 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 677 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 692 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 694 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 732 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 898 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_rainfo.c | 632 u8 rf_type, in phydm_update_hal_ra_mask() argument 667 rf_type = RF_1T1R; in phydm_update_hal_ra_mask() 669 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 674 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 687 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 689 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 704 if (rf_type == RF_1T1R) { in phydm_update_hal_ra_mask() 706 } else if (rf_type == RF_2T2R || rf_type == RF_2T4R || rf_type == RF_2T3R) { in phydm_update_hal_ra_mask() 744 wireless_mode, rf_type, bw, mimo_ps_enable, tx_rate_level); in phydm_update_hal_ra_mask() 910 u8 phydm_get_rx_stream_num(void *dm_void, enum rf_type type) in phydm_get_rx_stream_num() [all …]
|