Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/ath/athrd/
H A Dathrd.c777 int16_t tpcScaleReduction, int16_t powerLimit,
783 int16_t tpcScaleReduction, int16_t powerLimit, int16_t *txpow) in calctxpower() argument
790 tpcScaleReduction, powerLimit, &minpow, &txpow[i])) { in calctxpower()
1461 int16_t tpcScaleReduction, int16_t powerLimit, in setRateTable() argument
1551 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
1587 twiceMaxEdgePower, tpcScaleReduction * 2); in setRateTable()
1599 scaledPower -= (tpcScaleReduction * 2); in setRateTable()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c51 const struct ieee80211_channel *, int16_t tpcScaleReduction,
2135 int16_t tpcScaleReduction, int16_t powerLimit, HAL_BOOL commit, in ar5212SetRateTable() argument
2262 scaledPower = maxAvailPower - (tpcScaleReduction * 2); in ar5212SetRateTable()
2296 twiceMaxEdgePower, tpcScaleReduction * 2, in ar5212SetRateTable()
2313 scaledPower = AH_MIN(scaledPower, targetPowerCck.twicePwr6_24) - (tpcScaleReduction * 2); in ar5212SetRateTable()
2341 tpcScaleReduction * 2, chan->ic_freq, chan->ic_flags, in ar5212SetRateTable()