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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c219 AH_PRIVATE(ah)->ah_powerLimit = AR5210_MAX_RATE_POWER;
H A Dar5210_reset.c723 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, AR5210_MAX_RATE_POWER);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c237 AH_PRIVATE(ah)->ah_powerLimit = MAX_RATE_POWER;
H A Dar5211_reset.c1303 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c356 AH_PRIVATE(ah)->ah_powerLimit);
H A Dar9285_reset.c100 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1996 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
2024 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
2381 powerLimit = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
H A Dar5212_attach.c251 AH_PRIVATE(ah)->ah_powerLimit = MAX_RATE_POWER;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h396 int16_t ah_powerLimit; /* tx power cap */ member in struct:ath_hal_private
H A Dah.c646 *result = AH_PRIVATE(ah)->ah_powerLimit;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c908 AH_PRIVATE(ah)->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
1079 twiceMaxRegulatoryPower = AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1292 AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit)) != HAL_OK)
2716 ahpriv->ah_powerLimit = AH_MIN(limit, MAX_RATE_POWER);
2725 AH_MIN(MAX_RATE_POWER, ahpriv->ah_powerLimit)) != HAL_OK)
3171 AH_MIN(MAX_RATE_POWER, ahpriv->ah_powerLimit));
H A Dar9300_misc.c2494 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
2517 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
2533 ar9300_set_tx_power_limit(ah, ahpriv->ah_powerLimit,
H A Dar9300_paprd.c525 AH_MIN(MAX_RATE_POWER, AH_PRIVATE(ah)->ah_powerLimit)) != HAL_OK) {
H A Dar9300_attach.c2578 AH_PRIVATE(ah)->ah_powerLimit = MAX_RATE_POWER;

Completed in 346 milliseconds