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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c796 uint16_t tpScale; local
798 tpScale = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale];
799 if (dBmRD < tpScale+3)
802 dBmRD -= tpScale;

Completed in 52 milliseconds