Lines Matching defs:maxIndex
550 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
566 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex;
676 maxIndex =
679 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1)))
686 if (tgtIndex > maxIndex) {
735 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex;
844 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
847 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
855 if (tgtIndex > maxIndex) {
861 (ss - maxIndex + 1) * vpdStep));