Home
last modified time | relevance | path

Searched refs:minPow (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c42 HAL_CHANNEL *, int16_t *maxPow,int16_t *minPow);
208 int16_t *maxPow, int16_t *minPow) in ar9280GetChannelMaxMinPower() argument
252 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &dat… in ar9280GetChannelMaxMinPower()
257 *minPow = ar9280GetMinPower(ah, &data[i]); in ar9280GetChannelMaxMinPower()
263 *maxPow = *minPow = 0; in ar9280GetChannelMaxMinPower()
H A Dar2133.c55 int16_t *maxPow,int16_t *minPow);
271 int16_t *minPow) in ar2133GetChannelMaxMinPower() argument
315 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &dat… in ar2133GetChannelMaxMinPower()
320 *minPow = ar2133GetMinPower(ah, &data[i]); in ar2133GetChannelMaxMinPower()
326 *maxPow = *minPow = 0; in ar2133GetChannelMaxMinPower()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2317.c627 int16_t *maxPow, int16_t *minPow) in ar2317GetChannelMaxMinPower() argument
657 *minPow = ar2317GetMinPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
661 *minPow = ar2317GetMinPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
675 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
681 *minPow = ar2317GetMinPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()
H A Dar2316.c649 int16_t *maxPow, int16_t *minPow) in ar2316GetChannelMaxMinPower() argument
679 *minPow = ar2316GetMinPower(ah, &data[0]); in ar2316GetChannelMaxMinPower()
683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower()
697 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
703 *minPow = ar2316GetMinPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()
H A Dar2413.c643 int16_t *maxPow, int16_t *minPow) in ar2413GetChannelMaxMinPower() argument
673 *minPow = ar2413GetMinPower(ah, &data[0]); in ar2413GetChannelMaxMinPower()
677 *minPow = ar2413GetMinPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower()
691 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
697 *minPow = ar2413GetMinPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()
H A Dar2425.c606 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument
636 *minPow = ar2425GetMinPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
640 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
654 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
660 *minPow = ar2425GetMinPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
H A Dar5413.c679 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument
711 *minPow = ar5413GetMinPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
715 *minPow = ar5413GetMinPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
729 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
735 *minPow = ar5413GetMinPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
H A Dar5112.c761 int16_t *maxPow, int16_t *minPow) in ar5112GetChannelMaxMinPower() argument
796 *minPow = ar5112GetMinPower(ah, &data[0]); in ar5112GetChannelMaxMinPower()
800 *minPow = ar5112GetMinPower(ah, &data[numChannels - 1]); in ar5112GetChannelMaxMinPower()
815 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar5112GetMinPower(ah, &dat… in ar5112GetChannelMaxMinPower()
820 *minPow = ar5112GetMinPower(ah, &data[i]); in ar5112GetChannelMaxMinPower()
H A Dar5111.c621 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
H A Dar5212.h146 int16_t *maxPow, int16_t *minPow);