Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_eeprom.c701 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111; in ath5k_eeprom_convert_pcal_info_5111()
715 for (point = 0; point < pd->pd_points; point++) { in ath5k_eeprom_convert_pcal_info_5111()
875 pd->pd_points = AR5K_EEPROM_N_XPD0_POINTS; in ath5k_eeprom_convert_pcal_info_5112()
878 pd->pd_step = calloc(pd->pd_points, sizeof(u8)); in ath5k_eeprom_convert_pcal_info_5112()
883 pd->pd_pwr = calloc(pd->pd_points, sizeof(s16)); in ath5k_eeprom_convert_pcal_info_5112()
894 for (point = 1; point < pd->pd_points; in ath5k_eeprom_convert_pcal_info_5112()
912 pd->pd_points = AR5K_EEPROM_N_XPD3_POINTS; in ath5k_eeprom_convert_pcal_info_5112()
915 pd->pd_step = calloc(pd->pd_points, sizeof(u8)); in ath5k_eeprom_convert_pcal_info_5112()
920 pd->pd_pwr = calloc(pd->pd_points, sizeof(s16)); in ath5k_eeprom_convert_pcal_info_5112()
927 for (point = 0; point < pd->pd_points; in ath5k_eeprom_convert_pcal_info_5112()
[all …]
Dath5k_phy.c2243 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable()
2244 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable()
2257 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable()
2258 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable()
2289 pdg_L->pd_points, tmpL, type); in ath5k_setup_channel_powertable()
2301 pdg_R->pd_points, tmpR, type); in ath5k_setup_channel_powertable()
Deeprom.h319 u8 pd_points; member