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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c407 uint16_t pcdacMax = PCDAC_STOP;
445 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++)
450 pcdacStruct.pcdacMax = PCDAC_STOP;
H A Dar5112.c535 HALASSERT(*pPowerMax <= PCDAC_STOP);
536 ahp->ah_txPowerIndexOffset = PCDAC_STOP - *pPowerMax;
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h155 #define PCDAC_STOP 63 macro
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1399 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++)
1404 pcdacStruct.pcdacMax = PCDAC_STOP;

Completed in 112 milliseconds