Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar9002/
HDar9287_reset.c132 uint16_t twiceMaxRegulatoryPower, in ar9287SetPowerPerRateTable() argument
179 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9287SetPowerPerRateTable()
342 uint16_t twiceMaxRegulatoryPower; in ar9287SetTransmitPower() local
355 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, in ar9287SetTransmitPower()
369 twiceMaxRegulatoryPower, powerLimit)) { in ar9287SetTransmitPower()
HDar9285_reset.c58 uint16_t twiceMaxRegulatoryPower,
86 uint16_t twiceMaxRegulatoryPower; in ar9285SetTransmitPower() local
100 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar9285SetTransmitPower()
112 twiceMaxRegulatoryPower, powerLimit)) { in ar9285SetTransmitPower()
400 uint16_t twiceMaxRegulatoryPower, in ar9285SetPowerPerRateTable() argument
440 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9285SetPowerPerRateTable()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_reset.c60 uint16_t twiceMaxRegulatoryPower,
1059 uint16_t twiceMaxRegulatoryPower; in ar5416SetTransmitPower() local
1076 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar5416SetTransmitPower()
1089 twiceMaxRegulatoryPower, powerLimit)) { in ar5416SetTransmitPower()
1804 uint16_t twiceMaxRegulatoryPower, in ar5416SetPowerPerRateTable() argument
1869 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar5416SetPowerPerRateTable()