Home
last modified time | relevance | path

Searched refs:maxPow (Results 1 – 12 of 12) 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
291 *maxPow = 0; in ar9280GetChannelMaxMinPower()
323 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9280GetChannelMaxMinPower()
330 *maxPow = data[i].maxPower_t4; 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
233 *maxPow = 0; in ar9287GetChannelMaxMinPower()
265 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar9287GetChannelMaxMinPower()
272 *maxPow = data[i].maxPower_t4; 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
374 *maxPow = 0; in ar2133GetChannelMaxMinPower()
406 …*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*total… in ar2133GetChannelMaxMinPower()
413 *maxPow = data[i].maxPower_t4; 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
654 *maxPow = 0; in ar2316GetChannelMaxMinPower()
675 *maxPow = ar2316GetMaxPower(ah, &data[0]); in ar2316GetChannelMaxMinPower()
679 *maxPow = ar2316GetMaxPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower()
691 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
699 *maxPow = ar2316GetMaxPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()
H A Dar2317.c625 int16_t *maxPow, int16_t *minPow) in ar2317GetChannelMaxMinPower() argument
634 *maxPow = 0; in ar2317GetChannelMaxMinPower()
655 *maxPow = ar2317GetMaxPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
659 *maxPow = ar2317GetMaxPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
671 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
679 *maxPow = ar2317GetMaxPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()
H A Dar2413.c640 int16_t *maxPow, int16_t *minPow) in ar2413GetChannelMaxMinPower() argument
649 *maxPow = 0; in ar2413GetChannelMaxMinPower()
670 *maxPow = ar2413GetMaxPower(ah, &data[0]); in ar2413GetChannelMaxMinPower()
674 *maxPow = ar2413GetMaxPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower()
686 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
694 *maxPow = ar2413GetMaxPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()
H A Dar2425.c602 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument
611 *maxPow = 0; in ar2425GetChannelMaxMinPower()
632 *maxPow = ar2425GetMaxPower(ah, &data[0]); in ar2425GetChannelMaxMinPower()
636 *maxPow = ar2425GetMaxPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower()
648 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
656 *maxPow = ar2425GetMaxPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
H A Dar5413.c683 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument
692 *maxPow = 0; in ar5413GetChannelMaxMinPower()
715 *maxPow = ar5413GetMaxPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
719 *maxPow = ar5413GetMaxPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
731 *maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
739 *maxPow = ar5413GetMaxPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
H A Dar5112.c768 int16_t *maxPow, int16_t *minPow) in ar5112GetChannelMaxMinPower() argument
777 *maxPow = 0; in ar5112GetChannelMaxMinPower()
803 *maxPow = data[0].maxPower_t4; in ar5112GetChannelMaxMinPower()
807 *maxPow = data[numChannels - 1].maxPower_t4; in ar5112GetChannelMaxMinPower()
820 …*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD… in ar5112GetChannelMaxMinPower()
827 *maxPow = data[i].maxPower_t4; 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);
/freebsd/tools/tools/ath/athprom/
H A Deeprom-438 | freq | pwr1 | pwr2 | pwr3 | pwr4 | maxPow |
110 | freq | pwr1 | pwr2 | pwr3 | pwr4 | maxPow |
175 | freq | pwr1 | pwr2 | pwr3 | pwr4 | maxPow |