Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5111.c485 pwr = (uint16_t)(PWR_STEP * in ar5111SetPowerTable()
486 ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5111SetPowerTable()
498 pwr += PWR_STEP; in ar5111SetPowerTable()
/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah_eeprom_v3.h134 #define PWR_STEP 50 /* 0.5 * SCALE */ macro
Dah_eeprom_v3.c900 PWR_STEP * pChannelData->PwrValues[j]); in readEepromRawPowerCalInfo()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/
Dar5211_reset.c1467 … pwr = (uint16_t)(PWR_STEP * ((minScaledPwr - PWR_MIN + PWR_STEP / 2) / PWR_STEP) + PWR_MIN); in ar5211SetPowerTable()
1476 pwr += PWR_STEP; in ar5211SetPowerTable()