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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.c487 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
632 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
635 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
643 if (tgtIndex >= maxIndex) {
647 (ss - maxIndex + 1) * vpdStep));

Completed in 135 milliseconds