Searched refs:PCDAC_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h145 #define PCDAC_MASK 0x3f macro
H A Dah_eeprom_v3.c871 pChannelData->pcdacMax = (uint16_t)((eeval >> 10) & PCDAC_MASK);
872 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);

Completed in 98 milliseconds