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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c493 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN);
497 for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++) {
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h132 #define PWR_MIN 0 macro
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1444 pwr = (uint16_t)(PWR_STEP * ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN);
1448 for (i = 0; i < (2 * (pwr - PWR_MIN) / EEP_SCALE + 1); i++)

Completed in 75 milliseconds