Searched refs:totalF (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c287 int totalD, totalF,totalMin;
322 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
323 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
H A Dar9287.c229 int totalD, totalF,totalMin;
264 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
265 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c370 int totalD, totalF,totalMin;
405 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
406 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c652 int totalD,totalF, totalMin,last, i; local
690 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]);
691 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2317.c632 int totalD,totalF, totalMin,last, i; local
670 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]);
671 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2413.c647 int totalD,totalF, totalMin,last, i; local
685 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]);
686 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2425.c610 int totalD,totalF, totalMin,last, i; local
648 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]);
649 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar5112.c773 int totalD, totalF,totalMin; local
819 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
820 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
H A Dar5413.c691 int totalD,totalF, totalMin,last, i; local
731 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]);
732 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +

Completed in 68 milliseconds