Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c492 pwr = (uint16_t)(rounddown(minScaledPwr - PWR_MIN + PWR_STEP / 2, PWR_STEP) + PWR_MIN); in ar5111SetPowerTable()
504 pwr += PWR_STEP; in ar5111SetPowerTable()
/dragonfly/sys/dev/netif/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()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1445 pwr = (uint16_t)(rounddown(minScaledPwr - PWR_MIN + PWR_STEP / 2, PWR_STEP) + PWR_MIN); in ar5211SetPowerTable()
1454 pwr += PWR_STEP; in ar5211SetPowerTable()