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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Deeprom.c376 u16 sizeCurrVpdTable, maxIndex, tgtIndex; ath9k_hw_get_gain_boundaries_pdadcs() local
522 maxIndex = (tgtIndex < sizeCurrVpdTable) ? ath9k_hw_get_gain_boundaries_pdadcs()
525 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { ath9k_hw_get_gain_boundaries_pdadcs()
533 if (tgtIndex >= maxIndex) { ath9k_hw_get_gain_boundaries_pdadcs()
537 (ss - maxIndex + 1) * vpdStep)); ath9k_hw_get_gain_boundaries_pdadcs()

Completed in 47 milliseconds