Searched refs:maxIndex (Results 1 – 7 of 7) sorted by relevance
| /dflybsd-src/sys/dev/netif/ath/ath_hal/ar5212/ |
| H A D | ar2425.c | 384 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2425getGainBoundariesAndPdadcsForPowers() local 460 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2425getGainBoundariesAndPdadcsForPowers() 462 while (ss < (int16_t)maxIndex) in ar2425getGainBoundariesAndPdadcsForPowers() 472 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2425getGainBoundariesAndPdadcsForPowers() 476 (ss-maxIndex)*Vpd_step); in ar2425getGainBoundariesAndPdadcsForPowers()
|
| H A D | ar2317.c | 360 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2317getGainBoundariesAndPdadcsForPowers() local 440 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2317getGainBoundariesAndPdadcsForPowers() 442 while (ss < (int16_t)maxIndex) in ar2317getGainBoundariesAndPdadcsForPowers() 452 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2317getGainBoundariesAndPdadcsForPowers() 456 (ss-maxIndex)*Vpd_step); in ar2317getGainBoundariesAndPdadcsForPowers()
|
| H A D | ar2413.c | 379 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2413getGainBoundariesAndPdadcsForPowers() local 459 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2413getGainBoundariesAndPdadcsForPowers() 461 while (ss < (int16_t)maxIndex) in ar2413getGainBoundariesAndPdadcsForPowers() 471 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2413getGainBoundariesAndPdadcsForPowers() 475 (ss-maxIndex)*Vpd_step); in ar2413getGainBoundariesAndPdadcsForPowers()
|
| H A D | ar2316.c | 382 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar2316getGainBoundariesAndPdadcsForPowers() local 462 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar2316getGainBoundariesAndPdadcsForPowers() 464 while (ss < (int16_t)maxIndex) in ar2316getGainBoundariesAndPdadcsForPowers() 474 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar2316getGainBoundariesAndPdadcsForPowers() 478 (ss-maxIndex)*Vpd_step); in ar2316getGainBoundariesAndPdadcsForPowers()
|
| H A D | ar5413.c | 423 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar5413getGainBoundariesAndPdadcsForPowers() local 503 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar5413getGainBoundariesAndPdadcsForPowers() 505 while (ss < (int16_t)maxIndex) in ar5413getGainBoundariesAndPdadcsForPowers() 515 if (tgtIndex > maxIndex) { /* need to extrapolate above */ in ar5413getGainBoundariesAndPdadcsForPowers() 519 (ss-maxIndex)*Vpd_step); in ar5413getGainBoundariesAndPdadcsForPowers()
|
| /dflybsd-src/sys/dev/netif/ath/ath_hal/ar9002/ |
| H A D | ar9285_reset.c | 663 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar9285GetGainBoundariesAndPdadcs() local 768 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar9285GetGainBoundariesAndPdadcs() 770 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ar9285GetGainBoundariesAndPdadcs() 780 if (tgtIndex >= maxIndex) { /* need to extrapolate above */ in ar9285GetGainBoundariesAndPdadcs() 783 (ss - maxIndex +1) * vpdStep)); in ar9285GetGainBoundariesAndPdadcs()
|
| /dflybsd-src/sys/dev/netif/ath/ath_hal/ar5416/ |
| H A D | ar5416_reset.c | 2440 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex; in ar5416GetGainBoundariesAndPdadcs() local 2543 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable; in ar5416GetGainBoundariesAndPdadcs() 2545 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ar5416GetGainBoundariesAndPdadcs() 2555 if (tgtIndex >= maxIndex) { /* need to extrapolate above */ in ar5416GetGainBoundariesAndPdadcs() 2558 (ss - maxIndex +1) * vpdStep)); in ar5416GetGainBoundariesAndPdadcs()
|