Searched refs:maxIndex (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c382 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
462 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
464 while (ss < (int16_t)maxIndex)
474 if (tgtIndex > maxIndex) { /* need to extrapolate above */
478 (ss-maxIndex)*Vpd_step);
H A Dar2317.c360 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
440 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
442 while (ss < (int16_t)maxIndex)
452 if (tgtIndex > maxIndex) { /* need to extrapolate above */
456 (ss-maxIndex)*Vpd_step);
H A Dar2413.c376 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
456 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
458 while (ss < (int16_t)maxIndex)
468 if (tgtIndex > maxIndex) { /* need to extrapolate above */
472 (ss-maxIndex)*Vpd_step);
H A Dar2425.c381 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
457 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
459 while (ss < (int16_t)maxIndex)
469 if (tgtIndex > maxIndex) { /* need to extrapolate above */
473 (ss-maxIndex)*Vpd_step);
H A Dar5413.c420 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; local
500 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
502 while (ss < (int16_t)maxIndex)
512 if (tgtIndex > maxIndex) { /* need to extrapolate above */
516 (ss-maxIndex)*Vpd_step);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c663 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
768 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
770 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
780 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
783 (ss - maxIndex +1) * vpdStep));
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c2437 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; local
2538 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
2540 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
2550 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
2553 (ss - maxIndex +1) * vpdStep));

Completed in 72 milliseconds