Home
last modified time | relevance | path

Searched refs:tpcScaleReduction (Results 1 – 2 of 2) sorted by relevance

/src/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()
1459 int16_t tpcScaleReduction, int16_t powerLimit, in setRateTable() argument
1549 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
1585 twiceMaxEdgePower, tpcScaleReduction * 2); in setRateTable()
1597 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c49 const struct ieee80211_channel *, int16_t tpcScaleReduction,
2133 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, in ar5212SetRateTable() argument
2260 scaledPower = maxAvailPower - (tpcScaleReduction * 2); in ar5212SetRateTable()
2294 twiceMaxEdgePower, tpcScaleReduction * 2, in ar5212SetRateTable()
2311 scaledPower = AH_MIN(scaledPower, targetPowerCck.twicePwr6_24) - (tpcScaleReduction * 2); in ar5212SetRateTable()
2339 tpcScaleReduction * 2, chan->ic_freq, chan->ic_flags, in ar5212SetRateTable()