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

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.c487 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
630 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap -
632 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
633 tgtIndex : sizeCurrVpdTable;
643 if (tgtIndex >= maxIndex) {
644 while ((ss <= tgtIndex) &&

Completed in 163 milliseconds