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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c704 pd->pd_step = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(u8));
705 if (!pd->pd_step)
721 pd->pd_step[point] = pcinfo->pcdac[point];
878 pd->pd_step = calloc(pd->pd_points, sizeof(u8));
880 if (!pd->pd_step)
891 pd->pd_step[0] = pcinfo->pcdac_x0[0];
901 pd->pd_step[point] =
902 pd->pd_step[point - 1] +
915 pd->pd_step = calloc(pd->pd_points, sizeof(u8));
917 if (!pd->pd_step)
[all...]
H A Dath5k_phy.c2268 ath5k_get_linear_pcdac_min(pdg_L->pd_step,
2269 pdg_R->pd_step,
2288 pdg_L->pd_step,
2300 pdg_R->pd_step,
H A Deeprom.h320 u8 *pd_step; member in struct:ath5k_pdgain_info

Completed in 30 milliseconds