HomeSort by: relevance | last modified time | path
    Searched defs:totalD (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;
691 totalD = data[i].channelValue - data[last].channelValue;
692 if (totalD > 0) {
695 ar2316GetMaxPower(ah, &data[last])*totalD)/totalD);
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD);
ar2317.c 633 int totalD,totalF, totalMin,last, i;
669 totalD = data[i].channelValue - data[last].channelValue;
670 if (totalD > 0) {
673 ar2317GetMaxPower(ah, &data[last])*totalD)/totalD);
676 ar2317GetMinPower(ah, &data[last])*totalD)/totalD);
ar2413.c 649 int totalD,totalF, totalMin,last, i;
685 totalD = data[i].channelValue - data[last].channelValue;
686 if (totalD > 0) {
689 ar2413GetMaxPower(ah, &data[last])*totalD)/totalD);
692 ar2413GetMinPower(ah, &data[last])*totalD)/totalD);
ar2425.c 612 int totalD,totalF, totalMin,last, i;
648 totalD = data[i].channelValue - data[last].channelValue;
649 if (totalD > 0) {
652 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD);
655 ar2425GetMinPower(ah, &data[last])*totalD)/totalD);
ar5413.c 685 int totalD,totalF, totalMin,last, i;
723 totalD = data[i].channelValue - data[last].channelValue;
724 if (totalD > 0) {
727 ar5413GetMaxPower(ah, &data[last])*totalD)/totalD);
730 ar5413GetMinPower(ah, &data[last])*totalD)/totalD);
ar5112.c 765 int totalD, totalF,totalMin;
809 totalD = data[i].channelValue - data[last].channelValue;
810 if (totalD > 0) {
812 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
815 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD);

Completed in 18 milliseconds