HomeSort by: relevance | last modified time | path
    Searched refs:PCDAC_MASK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v3.h 145 #define PCDAC_MASK 0x3f
ah_eeprom_v3.c 281 const uint16_t pcdac_mask = 0x3f; local in function:readEepromRawPowerCalInfo5112
371 ((eeval >> 8) & pcdac_mask);
869 pChannelData->pcdacMax = (uint16_t)((eeval >> 10) & PCDAC_MASK);
870 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);

Completed in 14 milliseconds