Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/hdcrc/
H A Dhd_crc.h98 #define INTEL_CRC_ALIGN_MASK 0x7 macro
122 #define INTEL_CRC_ALIGN_MASK 0x3 macro
132 uint32_t i = (uintptr_t)address & INTEL_CRC_ALIGN_MASK; in intel_crc32c()
141 i &= INTEL_CRC_ALIGN_MASK; in intel_crc32c()