Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_reset.c793 if (AH_PRIVATE(ah)->ah_tpScale != HAL_TP_SCALE_MAX) { in setupPowerSettings()
798 tpScale = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in setupPowerSettings()
H A Dar5210_attach.c220 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5210Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c238 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5211Attach()
H A Dar5211_reset.c1639 (tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale] * 2); in ar5211SetRateTable()
1658 tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale] * 2, in ar5211SetRateTable()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c652 *result = AH_PRIVATE(ah)->ah_tpScale; in ath_hal_getcapability()
809 AH_PRIVATE(ah)->ah_tpScale = setting; in ath_hal_setcapability()
H A Dah_internal.h398 u_int ah_tpScale; /* tx power scale factor */ member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c252 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar5212InitState()
H A Dar5212_reset.c2026 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212SetTransmitPower()
2383 tpcInDb = tpcScaleReductionTable[AH_PRIVATE(ah)->ah_tpScale]; in ar5212GetChipPowerLimits()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2574 if (AH_PRIVATE(ah)->ah_tpScale != HAL_TP_SCALE_MAX) { in ar9300_eeprom_set_power_per_rate_table()
2576 (tp_scale_reduction_table[(AH_PRIVATE(ah)->ah_tpScale)] * 2); in ar9300_eeprom_set_power_per_rate_table()
H A Dar9300_attach.c2576 AH_PRIVATE(ah)->ah_tpScale = HAL_TP_SCALE_MAX; /* no scaling */ in ar9300_new_state()