Searched refs:CRC2 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urf/
H A Drtl8150reg.h38 #define CRC2 0x0152 /* Power management register for wakeup frame2 */ macro
/illumos-gate/usr/src/uts/common/zmod/
H A Dinflate.c392 # define CRC2(check, word) \ macro
605 CRC2(state->check, hold);
656 if (state->flags & 0x0200) CRC2(state->check, hold);
674 if (state->flags & 0x0200) CRC2(state->check, hold);
684 if (state->flags & 0x0200) CRC2(state->check, hold);
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.c441 # define CRC2(check, word) \ macro
649 CRC2(state->check, hold);
702 if (state->flags & 0x0200) CRC2(state->check, hold);
718 if (state->flags & 0x0200) CRC2(state->check, hold);
727 if (state->flags & 0x0200) CRC2(state->check, hold);

Completed in 81 milliseconds