Home
last modified time | relevance | path

Searched refs:powerLimit (Results 1 – 5 of 5) sorted by relevance

/freebsd/tools/tools/ath/athrd/
H A Dathrd.c775 int16_t tpcScaleReduction, int16_t powerLimit,
781 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow) in calctxpower() argument
788 tpcScaleReduction, powerLimit, &minpow, &txpow[i])) { in calctxpower()
1017 int16_t tpcReduction, powerLimit; in main() local
1037 powerLimit = MAX_RATE_POWER; in main()
1166 calctxpower(&ahp.h, ng, gchans, tpcReduction, powerLimit, gtxpow); in main()
1177 calctxpower(&ahp.h, nb, bchans, tpcReduction, powerLimit, btxpow); in main()
1188 calctxpower(&ahp.h, na, achans, tpcReduction, powerLimit, atxpow); in main()
1459 int16_t tpcScaleReduction, int16_t powerLimit, in setRateTable() argument
1551 scaledPower = AH_MIN(scaledPower, powerLimit); in setRateTable()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c132 uint16_t powerLimit) in ar9287SetPowerPerRateTable() argument
178 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar9287SetPowerPerRateTable()
339 uint16_t powerLimit; in ar9287SetTransmitPower() local
352 powerLimit = chan->ic_maxregpower * 2; in ar9287SetTransmitPower()
368 twiceMaxRegulatoryPower, powerLimit)) { in ar9287SetTransmitPower()
H A Dar9285_reset.c59 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()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c50 int16_t powerLimit,
2014 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212SetTransmitPower() local
2022 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit); in ar5212SetTransmitPower()
2023 if (powerLimit >= MAX_RATE_POWER || powerLimit == 0) in ar5212SetTransmitPower()
2027 if (!ar5212SetRateTable(ah, chan, tpcInDb, powerLimit, in ar5212SetTransmitPower()
2133 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, in ar5212SetRateTable() argument
2262 scaledPower = AH_MIN(scaledPower, powerLimit); in ar5212SetRateTable()
2313 scaledPower = AH_MIN(scaledPower, powerLimit); in ar5212SetRateTable()
2356 int16_t tpcInDb, powerLimit; in ar5212GetChipPowerLimits()
2380 if (powerLimit >= MAX_RATE_POWER || powerLimit == 0) in ar5212GetChipPowerLimits()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c61 uint16_t powerLimit);
1068 uint16_t powerLimit; in ar5416SetTransmitPower() local
1085 powerLimit = chan->ic_maxregpower * 2; in ar5416SetTransmitPower()
1100 twiceMaxRegulatoryPower, powerLimit)) { in ar5416SetTransmitPower()
1815 uint16_t powerLimit) in ar5416SetPowerPerRateTable() argument
1879 scaledPower = AH_MIN(powerLimit, twiceMaxRegulatoryPower + twiceLargestAntenna); in ar5416SetPowerPerRateTable()