Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c487 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local
630 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()