Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Deeprom.c477 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local
620 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap - in ath9k_hw_get_gain_boundaries_pdadcs()
622 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_gain_boundaries_pdadcs()
623 tgtIndex : sizeCurrVpdTable; in ath9k_hw_get_gain_boundaries_pdadcs()
633 if (tgtIndex >= maxIndex) { in ath9k_hw_get_gain_boundaries_pdadcs()
634 while ((ss <= tgtIndex) && in ath9k_hw_get_gain_boundaries_pdadcs()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds