Searched refs:tgtIndex (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
520 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap - ath9k_hw_get_gain_boundaries_pdadcs()
522 maxIndex = (tgtIndex < sizeCurrVpdTable) ? ath9k_hw_get_gain_boundaries_pdadcs()
523 tgtIndex : sizeCurrVpdTable; ath9k_hw_get_gain_boundaries_pdadcs()
533 if (tgtIndex >= maxIndex) { ath9k_hw_get_gain_boundaries_pdadcs()
534 while ((ss <= tgtIndex) && ath9k_hw_get_gain_boundaries_pdadcs()

Completed in 104 milliseconds