HomeSort by: relevance | last modified time | path
    Searched defs:vpdStep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 684 int16_t vpdStep;
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...]
ar5416_reset.c 1964 int16_t vpdStep;
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 15 milliseconds