/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | 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()
|
H A D | 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()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | 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() 421 *maxPow = *minPow = 0; in ar2133GetChannelMaxMinPower()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | 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()
|
H A D | 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()
|
H A D | 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()
|
H A D | ar2425.c | 602 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 D | ar5413.c | 683 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 D | 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()
|
H A D | ar5111.c | 628 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
|
H A D | ar5212.h | 147 int16_t *maxPow, int16_t *minPow);
|