Searched refs:totalF (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280.c | 287 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 D | ar9287.c | 229 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 D | ar2133.c | 370 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 D | ar2316.c | 652 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 D | ar2317.c | 632 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 D | ar2413.c | 647 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 D | ar2425.c | 609 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 D | ar5413.c | 690 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 D | ar5112.c | 773 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()
|