Searched refs:totalF (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9280.c | 213 int totalD, totalF,totalMin; in ar9280GetChannelMaxMinPower() 248 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar9280GetChannelMaxMinPower() 249 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9280GetChannelMaxMinPower()
|
| H A D | ar2133.c | 276 int totalD, totalF,totalMin; in ar2133GetChannelMaxMinPower() 311 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar2133GetChannelMaxMinPower() 312 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar2133GetChannelMaxMinPower()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar2317.c | 633 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local 671 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]); in ar2317GetChannelMaxMinPower() 672 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
|
| H A D | ar2316.c | 655 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local 693 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]); in ar2316GetChannelMaxMinPower() 694 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
|
| H A D | ar2413.c | 649 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local 687 totalF = ar2413GetMaxPower(ah, &data[i]) - ar2413GetMaxPower(ah, &data[last]); in ar2413GetChannelMaxMinPower() 688 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
|
| H A D | ar2425.c | 612 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local 650 totalF = ar2425GetMaxPower(ah, &data[i]) - ar2425GetMaxPower(ah, &data[last]); in ar2425GetChannelMaxMinPower() 651 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
|
| H A D | ar5413.c | 685 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local 725 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]); in ar5413GetChannelMaxMinPower() 726 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
|
| H A D | ar5112.c | 765 int totalD, totalF,totalMin; in ar5112GetChannelMaxMinPower() local 811 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar5112GetChannelMaxMinPower() 812 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar5112GetChannelMaxMinPower()
|