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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c133 uint16_t twiceMaxRegulatoryPower,
180 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
343 uint16_t twiceMaxRegulatoryPower; local
356 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER,
370 twiceMaxRegulatoryPower, powerLimit)) {
128 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.c60 uint16_t twiceMaxRegulatoryPower,
88 uint16_t twiceMaxRegulatoryPower; local
102 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
114 twiceMaxRegulatoryPower, powerLimit)) {
402 uint16_t twiceMaxRegulatoryPower,
442 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
398 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
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c62 uint16_t twiceMaxRegulatoryPower,
1072 uint16_t twiceMaxRegulatoryPower; local
1089 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
1102 twiceMaxRegulatoryPower, powerLimit)) {
1816 uint16_t twiceMaxRegulatoryPower,
1881 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna);
1812 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 101 milliseconds