Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Deeprom.c337 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local
488 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_gain_boundaries_pdadcs()
491 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ath9k_hw_get_gain_boundaries_pdadcs()
499 if (tgtIndex >= maxIndex) { in ath9k_hw_get_gain_boundaries_pdadcs()
503 (ss - maxIndex + 1) * vpdStep)); in ath9k_hw_get_gain_boundaries_pdadcs()