| /freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/ |
| HD | ar9287.c | 42 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()
|
| HD | ar9280.c | 42 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/ |
| HD | ar2133.c | 365 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/ |
| HD | ar2413.c | 640 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()
|
| HD | ar2316.c | 645 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()
|
| HD | ar2425.c | 603 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()
|
| HD | ar2317.c | 625 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()
|
| HD | ar5413.c | 684 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()
|
| HD | ar5112.c | 768 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()
|
| HD | ar5111.c | 629 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
|
| HD | ar5212.h | 147 int16_t *maxPow, int16_t *minPow);
|