Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath5k/
Deeprom.c708 pd->pd_step = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111, in ath5k_eeprom_convert_pcal_info_5111()
710 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5111()
727 pd->pd_step[point] = pcinfo->pcdac[point]; in ath5k_eeprom_convert_pcal_info_5111()
885 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
888 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5112()
900 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112()
910 pd->pd_step[point] = in ath5k_eeprom_convert_pcal_info_5112()
911 pd->pd_step[point - 1] + in ath5k_eeprom_convert_pcal_info_5112()
924 pd->pd_step = kcalloc(pd->pd_points, in ath5k_eeprom_convert_pcal_info_5112()
927 if (!pd->pd_step) in ath5k_eeprom_convert_pcal_info_5112()
[all …]
Deeprom.h317 u8 *pd_step; member
Dphy.c2886 ath5k_get_linear_pcdac_min(pdg_L->pd_step, in ath5k_setup_channel_powertable()
2887 pdg_R->pd_step, in ath5k_setup_channel_powertable()
2906 pdg_L->pd_step, in ath5k_setup_channel_powertable()
2918 pdg_R->pd_step, in ath5k_setup_channel_powertable()