Searched refs:pd_step (Results 1 – 3 of 3) sorted by relevance
704 pd->pd_step = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(u8)); in ath5k_eeprom_convert_pcal_info_5111()705 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5111()721 pd->pd_step[point] = pcinfo->pcdac[point]; in ath5k_eeprom_convert_pcal_info_5111()878 pd->pd_step = calloc(pd->pd_points, sizeof(u8)); in ath5k_eeprom_convert_pcal_info_5112()880 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5112()891 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()901 pd->pd_step[point] = in ath5k_eeprom_convert_pcal_info_5112()902 pd->pd_step[point - 1] + in ath5k_eeprom_convert_pcal_info_5112()915 pd->pd_step = calloc(pd->pd_points, sizeof(u8)); in ath5k_eeprom_convert_pcal_info_5112()917 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5112()[all …]
2268 ath5k_get_linear_pcdac_min(pdg_L->pd_step, in ath5k_setup_channel_powertable()2269 pdg_R->pd_step, in ath5k_setup_channel_powertable()2288 pdg_L->pd_step, in ath5k_setup_channel_powertable()2300 pdg_R->pd_step, in ath5k_setup_channel_powertable()
320 u8 *pd_step; member