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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c408 uint16_t pcdacMax = PCDAC_STOP;
446 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++)
451 pcdacStruct.pcdacMax = PCDAC_STOP;
H A Dar5112.c537 HALASSERT(*pPowerMax <= PCDAC_STOP);
538 ahp->ah_txPowerIndexOffset = PCDAC_STOP - *pPowerMax;
/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h157 #define PCDAC_STOP 63 macro
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1401 for (i = PCDAC_START, j = 0; i <= PCDAC_STOP; i+= PCDAC_STEP, j++)
1406 pcdacStruct.pcdacMax = PCDAC_STOP;

Completed in 88 milliseconds