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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9280.c289 int totalD, totalF,totalMin;
324 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
325 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
H A Dar9287.c231 int totalD, totalF,totalMin;
266 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
267 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar2133.c372 int totalD, totalF,totalMin;
407 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
408 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5413.c692 int totalD,totalF, totalMin,last, i; local
732 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]);
733 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar5112.c775 int totalD, totalF,totalMin; local
821 totalF = data[i].maxPower_t4 - data[last].maxPower_t4;
822 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
H A Dar2316.c654 int totalD,totalF, totalMin,last, i; local
692 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]);
693 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2317.c634 int totalD,totalF, totalMin,last, i; local
672 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]);
673 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2413.c649 int totalD,totalF, totalMin,last, i; local
687 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]);
688 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
H A Dar2425.c611 int totalD,totalF, totalMin,last, i; local
649 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]);
650 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +

Completed in 73 milliseconds