Searched refs:READ_AND_CONFIG_MP (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | phydm_hwconfig.c | 22 #define READ_AND_CONFIG_MP(ic, txt) (odm_read_and_config_mp_##ic##txt(dm)) macro 25 #define READ_AND_CONFIG READ_AND_CONFIG_MP 1259 READ_AND_CONFIG_MP(8822b, _radioa); in odm_config_rf_with_header_file() 1261 READ_AND_CONFIG_MP(8822b, _radiob); in odm_config_rf_with_header_file() 1264 READ_AND_CONFIG_MP(8822b, _txpwr_lmt_type5); in odm_config_rf_with_header_file() 1266 READ_AND_CONFIG_MP(8822b, _txpwr_lmt); in odm_config_rf_with_header_file() 1291 READ_AND_CONFIG_MP(8822b, _txpowertrack_type0); in odm_config_rf_with_tx_pwr_track_header_file() 1293 READ_AND_CONFIG_MP(8822b, _txpowertrack_type1); in odm_config_rf_with_tx_pwr_track_header_file() 1295 READ_AND_CONFIG_MP(8822b, _txpowertrack_type2); in odm_config_rf_with_tx_pwr_track_header_file() 1297 READ_AND_CONFIG_MP(8822b, _txpowertrack_type3_type5); in odm_config_rf_with_tx_pwr_track_header_file() [all …]
|
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | odm_HWConfig.c | 12 #define READ_AND_CONFIG READ_AND_CONFIG_MP 14 #define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig##txt##ic(dm_odm)) macro
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | odm_HWConfig.c | 10 #define READ_AND_CONFIG_MP(ic, txt) (ODM_ReadAndConfig_MP_##ic##txt(pDM_Odm)) macro 11 #define READ_AND_CONFIG READ_AND_CONFIG_MP
|