Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c287 int totalD, totalF,totalMin; in ar9280GetChannelMaxMinPower()
322 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar9280GetChannelMaxMinPower()
323 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9280GetChannelMaxMinPower()
H A Dar9287.c229 int totalD, totalF,totalMin; in ar9287GetChannelMaxMinPower()
264 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar9287GetChannelMaxMinPower()
265 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9287GetChannelMaxMinPower()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c370 int totalD, totalF,totalMin; in ar2133GetChannelMaxMinPower()
405 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar2133GetChannelMaxMinPower()
406 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar2133GetChannelMaxMinPower()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c652 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local
690 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]); in ar2316GetChannelMaxMinPower()
691 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
H A Dar2317.c632 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local
670 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
671 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
H A Dar2413.c647 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local
685 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]); in ar2413GetChannelMaxMinPower()
686 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
H A Dar2425.c609 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local
647 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
648 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
H A Dar5413.c690 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local
730 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]); in ar5413GetChannelMaxMinPower()
731 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
H A Dar5112.c773 int totalD, totalF,totalMin; in ar5112GetChannelMaxMinPower() local
819 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar5112GetChannelMaxMinPower()
820 …*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD… in ar5112GetChannelMaxMinPower()