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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c722 pd->pd_step = kcalloc(AR5K_EEPROM_N_PWR_POINTS_5111,
724 if (!pd->pd_step)
741 pd->pd_step[point] = pcinfo->pcdac[point];
899 pd->pd_step = kcalloc(pd->pd_points,
902 if (!pd->pd_step)
914 pd->pd_step[0] = pcinfo->pcdac_x0[0];
924 pd->pd_step[point] =
925 pd->pd_step[point - 1] +
938 pd->pd_step = kcalloc(pd->pd_points,
941 if (!pd->pd_step)
[all...]
H A Deeprom.h341 u8 *pd_step; member in struct:ath5k_pdgain_info
H A Dphy.c2752 ath5k_get_linear_pcdac_min(pdg_L->pd_step,
2753 pdg_R->pd_step,
2772 pdg_L->pd_step,
2784 pdg_R->pd_step,

Completed in 113 milliseconds