Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_eeprom.c550 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep)); in ath9k_hw_get_4k_gain_boundaries_pdadcs()
566 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_4k_gain_boundaries_pdadcs() local
676 maxIndex = in ath9k_hw_get_4k_gain_boundaries_pdadcs()
679 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) in ath9k_hw_get_4k_gain_boundaries_pdadcs()
686 if (tgtIndex > maxIndex) { in ath9k_hw_get_4k_gain_boundaries_pdadcs()
735 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_def_gain_boundaries_pdadcs() local
844 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_def_gain_boundaries_pdadcs()
847 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ath9k_hw_get_def_gain_boundaries_pdadcs()
855 if (tgtIndex > maxIndex) { in ath9k_hw_get_def_gain_boundaries_pdadcs()
861 (ss - maxIndex + 1) * vpdStep)); in ath9k_hw_get_def_gain_boundaries_pdadcs()