Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Deeprom.c702 kfree(pd->pd_pwr); in ath5k_eeprom_free_pcal_info()
761 pd->pd_pwr = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111()
763 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5111()
772 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111()
779 chinfo[pier].min_pwr = pd->pd_pwr[0]; in ath5k_eeprom_convert_pcal_info_5111()
780 chinfo[pier].max_pwr = pd->pd_pwr[10]; in ath5k_eeprom_convert_pcal_info_5111()
943 pd->pd_pwr = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
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()
[all …]
Dphy.c3319 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3320 pdg_R->pd_pwr[0]) / 2; in ath5k_setup_channel_powertable()
3322 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable()
3323 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable()
3332 table_min[pdg] = min(pdg_L->pd_pwr[0], in ath5k_setup_channel_powertable()
3333 pdg_R->pd_pwr[0]); in ath5k_setup_channel_powertable()
3336 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable()
3337 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable()
3349 pdg_L->pd_pwr, in ath5k_setup_channel_powertable()
3350 pdg_R->pd_pwr); in ath5k_setup_channel_powertable()
[all …]
Deeprom.h321 s16 *pd_pwr; member