Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c475 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local
618 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap - in ath9k_hw_get_gain_boundaries_pdadcs()
620 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_gain_boundaries_pdadcs()
621 tgtIndex : sizeCurrVpdTable; in ath9k_hw_get_gain_boundaries_pdadcs()
631 if (tgtIndex >= maxIndex) { in ath9k_hw_get_gain_boundaries_pdadcs()
632 while ((ss <= tgtIndex) && in ath9k_hw_get_gain_boundaries_pdadcs()