Searched refs:PWR_STEP (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c492 pwr = (uint16_t)(PWR_STEP *
493 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN);
505 pwr += PWR_STEP;
/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h134 #define PWR_STEP 50 /* 0.5 * SCALE */ macro
H A Dah_eeprom_v3.c902 PWR_STEP * pChannelData->PwrValues[j]);
/freebsd-10-stable/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);
1453 pwr += PWR_STEP;

Completed in 223 milliseconds