Searched refs:maxIndex (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dratectrl.c457 u8_t i, maxIndex=0, rateIndex; local
468 maxIndex = i;
472 return rcCell->operationRateSet[maxIndex];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/80211core/
H A Dratectrl.c457 u8_t i, maxIndex=0, rateIndex; local
468 maxIndex = i;
472 return rcCell->operationRateSet[maxIndex];
/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.c230 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
353 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
356 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1)))
363 if (tgtIndex >= maxIndex) {
H A Deeprom_9287.c236 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
349 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
352 while ((ss < maxIndex) && (k < (AR9287_NUM_PDADC_VALUES - 1)))
359 if (tgtIndex > maxIndex) {
H A Deeprom_def.c615 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
720 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
723 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
731 if (tgtIndex >= maxIndex) {
735 (ss - maxIndex + 1) * vpdStep));
/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.c230 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
353 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
356 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1)))
363 if (tgtIndex >= maxIndex) {
H A Deeprom_9287.c236 ((vpdTableI[i][sizeCurrVpdTable - 1] + (ss - maxIndex + 1) * vpdStep));
246 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
349 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
352 while ((ss < maxIndex) && (k < (AR9287_NUM_PDADC_VALUES - 1)))
359 if (tgtIndex > maxIndex) {
H A Deeprom_def.c615 u16 sizeCurrVpdTable, maxIndex, tgtIndex; local
720 maxIndex = (tgtIndex < sizeCurrVpdTable) ?
723 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
731 if (tgtIndex >= maxIndex) {
735 (ss - maxIndex + 1) * vpdStep));

Completed in 288 milliseconds