Searched refs:powerLimit (Results 1 – 5 of 5) sorted by relevance
| /trueos/tools/tools/ath/athrd/ |
| HD | athrd.c | 789 int16_t tpcScaleReduction, int16_t powerLimit, 795 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow) in calctxpower() argument 802 tpcScaleReduction, powerLimit, &minpow, &txpow[i])) { in calctxpower() 1031 int16_t tpcReduction, powerLimit; in main() local 1051 powerLimit = MAX_RATE_POWER; in main() 1180 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow); in main() 1191 calctxpower(&ahp.h, nb, bchans, tpcReduction, powerLimit, btxpow); in main() 1202 calctxpower(&ahp.h, na, achans, tpcReduction, powerLimit, atxpow); in main() 1213 calctxpower(&ahp.h, nt, tchans, tpcReduction, powerLimit, ttxpow); in main() 1224 calctxpower(&ahp.h, ntg, tgchans, tpcReduction, powerLimit, tgtxpow); in main() [all …]
|
| /trueos/sys/dev/ath/ath_hal/ar9002/ |
| HD | ar9287_reset.c | 133 uint16_t powerLimit) in ar9287SetPowerPerRateTable() argument 179 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9287SetPowerPerRateTable() 340 uint16_t powerLimit; in ar9287SetTransmitPower() local 353 powerLimit = chan->ic_maxregpower * 2; in ar9287SetTransmitPower() 369 twiceMaxRegulatoryPower, powerLimit)) { in ar9287SetTransmitPower()
|
| HD | ar9285_reset.c | 59 uint16_t powerLimit); 84 uint16_t powerLimit; in ar9285SetTransmitPower() local 98 powerLimit = chan->ic_maxregpower * 2; in ar9285SetTransmitPower() 112 twiceMaxRegulatoryPower, powerLimit)) { in ar9285SetTransmitPower() 401 uint16_t powerLimit) in ar9285SetPowerPerRateTable() argument 440 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9285SetPowerPerRateTable()
|
| /trueos/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_reset.c | 50 int16_t powerLimit, 2013 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212SetTransmitPower() local 2021 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar5212SetTransmitPower() 2022 if (powerLimit >= MAX_RATE_POWER || powerLimit == 0) in ar5212SetTransmitPower() 2026 if (!ar5212SetRateTable(ah, chan, tpcInDb, powerLimit, in ar5212SetTransmitPower() 2132 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, in ar5212SetRateTable() argument 2261 scaledPower = AH_MIN(scaledPower, powerLimit); in ar5212SetRateTable() 2312 scaledPower = AH_MIN(scaledPower, powerLimit); in ar5212SetRateTable() 2355 int16_t tpcInDb, powerLimit; in ar5212GetChipPowerLimits() 2378 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar5212GetChipPowerLimits() [all …]
|
| /trueos/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_reset.c | 61 uint16_t powerLimit); 1057 uint16_t powerLimit; in ar5416SetTransmitPower() local 1074 powerLimit = chan->ic_maxregpower * 2; in ar5416SetTransmitPower() 1089 twiceMaxRegulatoryPower, powerLimit)) { in ar5416SetTransmitPower() 1805 uint16_t powerLimit) in ar5416SetPowerPerRateTable() argument 1869 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar5416SetPowerPerRateTable()
|