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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
351 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap -
353 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
354 tgtIndex : sizeCurrVpdTable;
363 if (tgtIndex >= maxIndex) {
364 while ((ss <= tgtIndex) &&
H A Deeprom_9287.c246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
347 tgtIndex = (u8)(pPdGainBoundaries[i] +
349 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
350 tgtIndex : sizeCurrVpdTable;
359 if (tgtIndex > maxIndex) {
360 while ((ss <= tgtIndex) &&
H A Deeprom_def.c615 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
718 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap -
720 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
721 tgtIndex : sizeCurrVpdTable;
731 if (tgtIndex >= maxIndex) {
732 while ((ss <= tgtIndex) &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
351 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap -
353 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
354 tgtIndex : sizeCurrVpdTable;
363 if (tgtIndex >= maxIndex) {
364 while ((ss <= tgtIndex) &&
H A Deeprom_9287.c246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
347 tgtIndex = (u8)(pPdGainBoundaries[i] +
349 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
350 tgtIndex : sizeCurrVpdTable;
359 if (tgtIndex > maxIndex) {
360 while ((ss <= tgtIndex) &&
H A Deeprom_def.c615 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
718 tgtIndex = (u8)(pPdGainBoundaries[i] + tPdGainOverlap -
720 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
721 tgtIndex : sizeCurrVpdTable;
731 if (tgtIndex >= maxIndex) {
732 while ((ss <= tgtIndex) &&

Completed in 79 milliseconds