Searched refs:tgtIndex (Results 1 – 1 of 1) sorted by relevance
487 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local630 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap - in ath9k_hw_get_gain_boundaries_pdadcs()632 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_gain_boundaries_pdadcs()633 tgtIndex : sizeCurrVpdTable; in ath9k_hw_get_gain_boundaries_pdadcs()643 if (tgtIndex >= maxIndex) { in ath9k_hw_get_gain_boundaries_pdadcs()644 while ((ss <= tgtIndex) && in ath9k_hw_get_gain_boundaries_pdadcs()
Completed in 4 milliseconds