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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar2316.c 655 int totalD,totalF, totalMin,last, i;
693 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]);
694 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) +
ar2317.c 633 int totalD,totalF, totalMin,last, i;
671 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]);
672 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) +
ar2413.c 649 int totalD,totalF, totalMin,last, i;
687 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]);
688 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) +
ar2425.c 612 int totalD,totalF, totalMin,last, i;
650 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]);
651 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) +
ar5413.c 685 int totalD,totalF, totalMin,last, i;
725 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]);
726 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) +
ar5112.c 765 int totalD, totalF,totalMin;
811 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
812 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);

Completed in 15 milliseconds