Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c223 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5210Attach()
H A Dar5210_reset.c791 if (AH_PRIVATE(ah)->ah_tpScale != HAL_TP_SCALE_MAX) { in setupPowerSettings()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c241 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5211Attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h65 HAL_TP_SCALE_MAX = 0, /* no scaling (default) */ enumerator
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c254 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5212InitState()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c2581 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar9300_new_state()
H A Dar9300_eeprom.c2602 if (AH_PRIVATE(ah)->ah_tpScale != HAL_TP_SCALE_MAX) { in ar9300_eeprom_set_power_per_rate_table()