Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_attach.c209 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5210Attach()
Dar5210_reset.c789 if (AH_PRIVATE(ah)->ah_tpScale != HAL_TP_SCALE_MAX) { in setupPowerSettings()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_attach.c227 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5211Attach()
/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_internal.h65 HAL_TP_SCALE_MAX = 0, /* no scaling (default) */ enumerator
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c243 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5212InitState()