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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c2016 s16 pdadc_0; local
2048 pdadc_0 = 0;
2051 pdadc_0 = (gain_boundaries[pdg - 1] - pwr_min[pdg]) -
2060 /* If pdadc_0 is negative, we need to extrapolate
2062 while ((pdadc_0 < 0) && (pdadc_i < 128)) {
2063 s16 tmp = pdadc_tmp[0] + pdadc_0 * pwr_step;
2065 pdadc_0++;
2075 while (pdadc_0 < max_idx)
2076 pdadc_out[pdadc_i++] = pdadc_tmp[pdadc_0++];
2090 while ((pdadc_0 < (s1
[all...]

Completed in 192 milliseconds