Searched refs:powerLimit (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c777 int16_t tpcScaleReduction, int16_t powerLimit,
783 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow)
790 tpcScaleReduction, powerLimit, &minpow, &txpow[i])) {
1019 int16_t tpcReduction, powerLimit; local
1039 powerLimit = MAX_RATE_POWER;
1168 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow);
1179 calctxpower(&ahp.h, nb, bchans, tpcReduction, powerLimit, btxpow);
1190 calctxpower(&ahp.h, na, achans, tpcReduction, powerLimit, atxpow);
1201 calctxpower(&ahp.h, nt, tchans, tpcReduction, powerLimit, ttxpow);
1212 calctxpower(&ahp.h, ntg, tgchans, tpcReduction, powerLimit, tgtxpo
781 calctxpower(struct ath_hal *ah, int nchan, const struct ieee80211_channel *chans, int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow) argument
1460 setRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan, int16_t tpcScaleReduction, int16_t powerLimit, int16_t *pMinPower, int16_t *pMaxPower) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c50 int16_t powerLimit,
2016 int16_t minPower, maxPower, tpcInDb, powerLimit; local
2024 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
2025 if (powerLimit >= MAX_RATE_POWER || powerLimit == 0)
2029 if (!ar5212SetRateTable(ah, chan, tpcInDb, powerLimit,
2135 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit,
2264 scaledPower = AH_MIN(scaledPower, powerLimit);
2315 scaledPower = AH_MIN(scaledPower, powerLimit);
2358 int16_t tpcInDb, powerLimit;
2134 ar5212SetRateTable(struct ath_hal *ah, const struct ieee80211_channel *chan, int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, int16_t *pMinPower, int16_t *pMaxPower) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9285_reset.c59 uint16_t powerLimit);
84 uint16_t powerLimit; local
98 powerLimit = chan->ic_maxregpower * 2;
112 twiceMaxRegulatoryPower, powerLimit)) {
401 uint16_t powerLimit)
440 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
396 ar9285SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom_4k *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
H A Dar9287_reset.c133 uint16_t powerLimit)
179 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
340 uint16_t powerLimit; local
353 powerLimit = chan->ic_maxregpower * 2;
369 twiceMaxRegulatoryPower, powerLimit)) {
127 ar9287SetPowerPerRateTable(struct ath_hal *ah, struct ar9287_eeprom *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c61 uint16_t powerLimit);
1060 uint16_t powerLimit; local
1077 powerLimit = chan->ic_maxregpower * 2;
1092 twiceMaxRegulatoryPower, powerLimit)) {
1808 uint16_t powerLimit)
1872 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
1803 ar5416SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan, int16_t *ratesArray, uint16_t cfgCtl, uint16_t AntennaReduction, uint16_t twiceMaxRegulatoryPower, uint16_t powerLimit) argument

Completed in 111 milliseconds