Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c491 pwr = (uint16_t)(PWR_STEP * in ar5111SetPowerTable()
492 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5111SetPowerTable()
504 pwr += PWR_STEP; in ar5111SetPowerTable()
/freebsd/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]); in readEepromRawPowerCalInfo()
/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()
1454 pwr += PWR_STEP; in ar5211SetPowerTable()