Searched refs:vpdStep (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.c485 int16_t vpdStep; local
620 vpdStep = (int16_t)(vpdTableI[i][1] - vpdTableI[i][0]);
621 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
624 tmpVal = (int16_t)(vpdTableI[i][0] + ss * vpdStep);
639 vpdStep = (int16_t)(vpdTableI[i][sizeCurrVpdTable - 1] -
641 vpdStep = (int16_t)((vpdStep < 1) ? 1 : vpdStep);
[all...]

Completed in 144 milliseconds