Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
HDar9287.c42 const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
224 int16_t *maxPow, int16_t *minPow) in ar9287GetChannelMaxMinPower() argument
268 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &dat… in ar9287GetChannelMaxMinPower()
273 *minPow = ar9287GetMinPower(ah, &data[i]); in ar9287GetChannelMaxMinPower()
279 *maxPow = *minPow = 0; in ar9287GetChannelMaxMinPower()
HDar9280.c42 const struct ieee80211_channel *, int16_t *maxPow,int16_t *minPow);
282 int16_t *maxPow, int16_t *minPow) in ar9280GetChannelMaxMinPower() argument
326 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &dat… in ar9280GetChannelMaxMinPower()
331 *minPow = ar9280GetMinPower(ah, &data[i]); in ar9280GetChannelMaxMinPower()
337 *maxPow = *minPow = 0; in ar9280GetChannelMaxMinPower()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar2133.c365 int16_t *maxPow, int16_t *minPow) in ar2133GetChannelMaxMinPower() argument
409 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &dat… in ar2133GetChannelMaxMinPower()
414 *minPow = ar2133GetMinPower(ah, &data[i]); in ar2133GetChannelMaxMinPower()
420 *maxPow = *minPow = 0; in ar2133GetChannelMaxMinPower()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar2413.c640 int16_t *maxPow, int16_t *minPow) in ar2413GetChannelMaxMinPower() argument
671 *minPow = ar2413GetMinPower(ah, &data[0]); in ar2413GetChannelMaxMinPower()
675 *minPow = ar2413GetMinPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower()
689 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
695 *minPow = ar2413GetMinPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()
HDar2316.c645 int16_t *maxPow, int16_t *minPow) in ar2316GetChannelMaxMinPower() argument
676 *minPow = ar2316GetMinPower(ah, &data[0]); in ar2316GetChannelMaxMinPower()
680 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower()
694 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
700 *minPow = ar2316GetMinPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()
HDar2425.c603 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument
634 *minPow = ar2425GetMinPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
638 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
652 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
658 *minPow = ar2425GetMinPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
HDar2317.c625 int16_t *maxPow, int16_t *minPow) in ar2317GetChannelMaxMinPower() argument
656 *minPow = ar2317GetMinPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
660 *minPow = ar2317GetMinPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
674 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
680 *minPow = ar2317GetMinPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()
HDar5413.c684 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument
717 *minPow = ar5413GetMinPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
721 *minPow = ar5413GetMinPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
735 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
741 *minPow = ar5413GetMinPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
HDar5112.c768 int16_t *maxPow, int16_t *minPow) in ar5112GetChannelMaxMinPower() argument
804 *minPow = ar5112GetMinPower(ah, &data[0]); in ar5112GetChannelMaxMinPower()
808 *minPow = ar5112GetMinPower(ah, &data[numChannels - 1]); in ar5112GetChannelMaxMinPower()
823 …*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*… in ar5112GetChannelMaxMinPower()
828 *minPow = ar5112GetMinPower(ah, &data[i]); in ar5112GetChannelMaxMinPower()
HDar5111.c629 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
HDar5212.h147 int16_t *maxPow, int16_t *minPow);