Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5111.c400 uint16_t pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()
438 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++) in ar5111SetPowerTable()
443 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()
Dar5112.c529 HALASSERT(*pPowerMax <= PCDAC_STOP); in ar5112SetPowerTable()
530 ahp->ah_txPowerIndexOffset = PCDAC_STOP - *pPowerMax; in ar5112SetPowerTable()
/netbsd/src/sys/external/isc/atheros_hal/dist/
Dah_eeprom_v3.h155 #define PCDAC_STOP 63 macro
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/
Dar5211_reset.c1421 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++) in ar5211SetPowerTable()
1426 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5211SetPowerTable()