Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c213 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 Dar2133.c276 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 Dar2317.c633 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 Dar2316.c655 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 Dar2413.c649 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 Dar2425.c612 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 Dar5413.c685 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 Dar5112.c765 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()