Searched refs:tpcInDb (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2013 int16_t minPower, maxPower, tpcInDb, powerLimit; local
2023 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale];
2025 tpcInDb = 0;
2026 if (!ar5212SetRateTable(ah, chan, tpcInDb, powerLimit,
2355 int16_t tpcInDb, powerLimit;
2380 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale];
2382 tpcInDb = 0;
2383 if (!ar5212SetRateTable(ah, chan, tpcInDb, powerLimit,

Completed in 104 milliseconds