Searched refs:twiceMaxRegulatoryPower (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c132 uint16_t twiceMaxRegulatoryPower,
179 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
342 uint16_t twiceMaxRegulatoryPower; local
355 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER,
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
H A Dar9285_reset.c58 uint16_t twiceMaxRegulatoryPower,
86 uint16_t twiceMaxRegulatoryPower; local
100 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
112 twiceMaxRegulatoryPower, powerLimit)) {
400 uint16_t twiceMaxRegulatoryPower,
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
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c60 uint16_t twiceMaxRegulatoryPower,
1062 uint16_t twiceMaxRegulatoryPower; local
1079 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
1092 twiceMaxRegulatoryPower, powerLimit)) {
1807 uint16_t twiceMaxRegulatoryPower,
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 181 milliseconds