Home
last modified time | relevance | path

Searched refs:pd_pwr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
A Deeprom.c702 kfree(pd->pd_pwr); in ath5k_eeprom_free_pcal_info()
763 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5111()
946 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5112()
952 pd->pd_pwr[0] = pcinfo->pwr_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
957 pd->pd_pwr[point] = in ath5k_eeprom_convert_pcal_info_5112()
984 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5112()
992 pd->pd_pwr[point] = in ath5k_eeprom_convert_pcal_info_5112()
1237 pd->pd_pwr = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_2413()
1240 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_2413()
1251 pd->pd_pwr[point] = pd->pd_pwr[point - 1] + in ath5k_eeprom_convert_pcal_info_2413()
[all …]
A Dphy.c3315 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3316 pdg_R->pd_pwr[0]) / 2; in ath5k_setup_channel_powertable()
3319 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable()
3328 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3329 pdg_R->pd_pwr[0]); in ath5k_setup_channel_powertable()
3332 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable()
3333 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable()
3345 pdg_L->pd_pwr, in ath5k_setup_channel_powertable()
3346 pdg_R->pd_pwr); in ath5k_setup_channel_powertable()
3362 pdg_L->pd_pwr, in ath5k_setup_channel_powertable()
[all …]
A Deeprom.h321 s16 *pd_pwr; member

Completed in 13 milliseconds