Searched refs:minPower (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c51 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
2013 int16_t minPower, maxPower, tpcInDb, powerLimit; local
2027 AH_TRUE, &minPower, &maxPower)) {
2033 &minPower, &maxPower, chan, rfXpdGain)) {
2357 int16_t minPower, maxPower; local
2362 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
2365 chan->ic_minpower = minPower / 2;
2384 AH_FALSE, &minPower, &maxPower)) {
2391 if (minPower < chan->ic_minpower)
2392 chan->ic_minpower = minPower;
[all...]
H A Dar2316.c503 int16_t *minPower, int16_t *maxPower,
579 * values by the amount of minPower for griffin
502 ar2316SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2317.c481 int16_t *minPower, int16_t *maxPower,
557 * values by the amount of minPower for griffin
480 ar2317SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2413.c497 int16_t *minPower, int16_t *maxPower,
574 * values by the amount of minPower for griffin
496 ar2413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2425.c497 int16_t *minPower, int16_t *maxPower,
536 * values by the amount of minPower for griffin
496 ar2425SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar5212.h143 int16_t *minPower, int16_t *maxPower,
H A Dar5413.c541 int16_t *minPower, int16_t *maxPower,
618 * values by the amount of minPower for griffin
540 ar5413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c915 int16_t minPower, maxPower; local
920 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
923 chan->ic_minpower = minPower / 2;

Completed in 165 milliseconds