HomeSort by: relevance | last modified time | path
    Searched defs:tgtIndex (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c 388 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex;
467 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
468 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
480 if (tgtIndex > maxIndex) { /* need to extrapolate above */
481 while(ss < (int16_t)tgtIndex) {
ar2317.c 366 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex;
445 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
446 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
458 if (tgtIndex > maxIndex) { /* need to extrapolate above */
459 while(ss < (int16_t)tgtIndex) {
ar2413.c 382 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex;
461 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
462 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
474 if (tgtIndex > maxIndex) { /* need to extrapolate above */
475 while(ss < (int16_t)tgtIndex) {
ar2425.c 387 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex;
462 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
463 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
475 if (tgtIndex > maxIndex) { /* need to extrapolate above */
476 while(ss < (int16_t)tgtIndex) {
ar5413.c 418 uint32_t sizeCurrVpdTable, maxIndex, tgtIndex;
497 tgtIndex = pPdGainBoundaries[ii] + pdGainOverlap_t2 - Pmin_t2[ii];
498 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
510 if (tgtIndex > maxIndex) { /* need to extrapolate above */
511 while(ss < (int16_t)tgtIndex) {
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9285_reset.c 686 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex;
786 tgtIndex = (uint8_t)(pPdGainBoundaries[i] + tPdGainOverlap - (minPwrT4[i] / 2));
787 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
799 if (tgtIndex >= maxIndex) { /* need to extrapolate above */
800 while ((ss <= tgtIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {
ar5416_reset.c 1966 uint16_t sizeCurrVpdTable, maxIndex, tgtIndex;
2062 tgtIndex = (uint8_t)(pPdGainBoundaries[i] + tPdGainOverlap - (minPwrT4[i] / 2));
2063 maxIndex = (tgtIndex < sizeCurrVpdTable) ? tgtIndex : sizeCurrVpdTable;
2075 if (tgtIndex > maxIndex) { /* need to extrapolate above */
2076 while ((ss <= tgtIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) {

Completed in 17 milliseconds