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

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c684 int16_t vpdStep; local
774 vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
775 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
780 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
793 vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
794 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
[all...]
H A Dar5416_reset.c1964 int16_t vpdStep; local
2050 vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
2051 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
2056 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
2069 vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] - vpdTableI[i][sizeCurrVpdTable - 2]);
2070 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
[all...]

Completed in 79 milliseconds