Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Deeprom.c702 kfree(pd->pd_pwr); in ath5k_eeprom_free_pcal_info()
764 pd->pd_pwr = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111()
766 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5111()
775 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111()
782 chinfo[pier].min_pwr = pd->pd_pwr[0]; in ath5k_eeprom_convert_pcal_info_5111()
783 chinfo[pier].max_pwr = pd->pd_pwr[10]; in ath5k_eeprom_convert_pcal_info_5111()
946 pd->pd_pwr = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
949 if (!pd->pd_pwr) in ath5k_eeprom_convert_pcal_info_5112()
955 pd->pd_pwr[0] = pcinfo->pwr_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
960 pd->pd_pwr[point] = in ath5k_eeprom_convert_pcal_info_5112()
[all …]
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()
3318 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], 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()
[all …]
Deeprom.h321 s16 *pd_pwr; member