Home
last modified time | relevance | path

Searched refs:maxPow (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
217 *maxPow = 0; in ar9280GetChannelMaxMinPower()
249 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9280GetChannelMaxMinPower()
256 *maxPow = data[i].maxPower_t4; in ar9280GetChannelMaxMinPower()
263 *maxPow = *minPow = 0; in ar9280GetChannelMaxMinPower()
H A Dar2133.c55 int16_t *maxPow,int16_t *minPow);
270 ar2133GetChannelMaxMinPower(struct ath_hal *ah, HAL_CHANNEL *chan, int16_t *maxPow, in ar2133GetChannelMaxMinPower() argument
280 *maxPow = 0; in ar2133GetChannelMaxMinPower()
312 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar2133GetChannelMaxMinPower()
319 *maxPow = data[i].maxPower_t4; 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
635 *maxPow = 0; in ar2317GetChannelMaxMinPower()
656 *maxPow = ar2317GetMaxPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
660 *maxPow = ar2317GetMaxPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
672 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
680 *maxPow = ar2317GetMaxPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()
H A Dar2316.c649 int16_t *maxPow, int16_t *minPow) in ar2316GetChannelMaxMinPower() argument
657 *maxPow = 0; in ar2316GetChannelMaxMinPower()
678 *maxPow = ar2316GetMaxPower(ah, &data[0]); in ar2316GetChannelMaxMinPower()
682 *maxPow = ar2316GetMaxPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower()
694 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
702 *maxPow = ar2316GetMaxPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()
H A Dar2413.c643 int16_t *maxPow, int16_t *minPow) in ar2413GetChannelMaxMinPower() argument
651 *maxPow = 0; in ar2413GetChannelMaxMinPower()
672 *maxPow = ar2413GetMaxPower(ah, &data[0]); in ar2413GetChannelMaxMinPower()
676 *maxPow = ar2413GetMaxPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower()
688 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
696 *maxPow = ar2413GetMaxPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()
H A Dar2425.c606 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument
614 *maxPow = 0; in ar2425GetChannelMaxMinPower()
635 *maxPow = ar2425GetMaxPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
639 *maxPow = ar2425GetMaxPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
651 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
659 *maxPow = ar2425GetMaxPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
H A Dar5413.c679 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument
687 *maxPow = 0; in ar5413GetChannelMaxMinPower()
710 *maxPow = ar5413GetMaxPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
714 *maxPow = ar5413GetMaxPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
726 *maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
734 *maxPow = ar5413GetMaxPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
H A Dar5112.c761 int16_t *maxPow, int16_t *minPow) in ar5112GetChannelMaxMinPower() argument
769 *maxPow = 0; in ar5112GetChannelMaxMinPower()
795 *maxPow = data[0].maxPower_t4; in ar5112GetChannelMaxMinPower()
799 *maxPow = data[numChannels - 1].maxPower_t4; in ar5112GetChannelMaxMinPower()
812 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar5112GetChannelMaxMinPower()
819 *maxPow = data[i].maxPower_t4; 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);