Searched refs:pd_points (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | eeprom.c | 755 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111; in ath5k_eeprom_convert_pcal_info_5111() 770 for (point = 0; point < pd->pd_points; point++) { in ath5k_eeprom_convert_pcal_info_5111() 934 pd->pd_points = AR5K_EEPROM_N_XPD0_POINTS; in ath5k_eeprom_convert_pcal_info_5112() 937 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112() 943 pd->pd_pwr = kzalloc_objs(s16, pd->pd_points); in ath5k_eeprom_convert_pcal_info_5112() 953 for (point = 1; point < pd->pd_points; in ath5k_eeprom_convert_pcal_info_5112() 971 pd->pd_points = AR5K_EEPROM_N_XPD3_POINTS; in ath5k_eeprom_convert_pcal_info_5112() 974 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112() 980 pd->pd_pwr = kzalloc_objs(s16, pd->pd_points); in ath5k_eeprom_convert_pcal_info_5112() 987 for (point = 0; point < pd->pd_points; in ath5k_eeprom_convert_pcal_info_5112() [all …]
|
| H A D | phy.c | 3309 table_max[pdg] = max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3310 pdg_R->pd_pwr[pdg_R->pd_points - 1]) / 2; in ath5k_setup_channel_powertable() 3323 max(pdg_L->pd_pwr[pdg_L->pd_points - 1], in ath5k_setup_channel_powertable() 3324 pdg_R->pd_pwr[pdg_R->pd_points - 1]); in ath5k_setup_channel_powertable() 3355 pdg_L->pd_points, tmpL, type); in ath5k_setup_channel_powertable() 3367 pdg_R->pd_points, tmpR, type); in ath5k_setup_channel_powertable()
|
| H A D | eeprom.h | 317 u8 pd_points; member
|