Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5111.c493 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5111SetPowerTable()
497 for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++) { in ar5111SetPowerTable()
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_eeprom_v3.h132 #define PWR_MIN 0 macro
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_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()