Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_reset.c1879 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212SetTransmitPower() local
1889 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212SetTransmitPower()
1891 tpcInDb = 0; in ar5212SetTransmitPower()
1892 if (!ar5212SetRateTable(ah, (HAL_CHANNEL *) chan, tpcInDb, powerLimit, in ar5212SetTransmitPower()
2219 int16_t minPower, maxPower, tpcInDb, powerLimit; in ar5212GetChipPowerLimits() local
2246 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212GetChipPowerLimits()
2248 tpcInDb = 0; in ar5212GetChipPowerLimits()
2251 if (!ar5212SetRateTable(ah, (HAL_CHANNEL *) chan, tpcInDb, powerLimit, in ar5212GetChipPowerLimits()