Home
last modified time | relevance | path

Searched refs:PWR_MIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c492 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5111SetPowerTable()
496 for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++) { in ar5111SetPowerTable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h132 #define PWR_MIN 0 macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1445 pwr = (uint16_t)(PWR_STEP * ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5211SetPowerTable()
1449 for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++) in ar5211SetPowerTable()