Home
last modified time | relevance | path

Searched refs:tpcScaleReductionTable (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c792 static const uint16_t tpcScaleReductionTable[5] = in setupPowerSettings() local
796 tpScale = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in setupPowerSettings()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2009 static const uint16_t tpcScaleReductionTable[5] = in ar5212SetTransmitPower() local
2024 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212SetTransmitPower()
2354 static const uint16_t tpcScaleReductionTable[5] = in ar5212GetChipPowerLimits()
2381 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212GetChipPowerLimits()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1501 static const uint16_t tpcScaleReductionTable[5] = in ar5211SetRateTable() local
1639 (tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale] * 2); in ar5211SetRateTable()
1658 tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale] * 2, in ar5211SetRateTable()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c998 static const u_int16_t tpcScaleReductionTable[5] = in main() local
1036 tpcReduction = tpcScaleReductionTable[0]; in main()