Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.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()
H A Dar9287.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()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.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()
421 *maxPow = *minPow = 0; in ar2133GetChannelMaxMinPower()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.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()
H A Dar2317.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()
H A Dar2413.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()
H A Dar2425.c602 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument
633 *minPow = ar2425GetMinPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
637 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
651 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
657 *minPow = ar2425GetMinPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
H A Dar5413.c683 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument
716 *minPow = ar5413GetMinPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
720 *minPow = ar5413GetMinPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
734 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
740 *minPow = ar5413GetMinPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
H A Dar5112.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()
H A Dar5111.c628 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
H A Dar5212.h147 int16_t *maxPow, int16_t *minPow);