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

/external/grub/netboot/
H A Dsmc9000.h80 #define RCR_STRIP_CRC 0x200 /* strips CRC */ macro
86 #define RCR_NORMAL (RCR_STRIP_CRC | RCR_ENABLE)
/external/qemu/hw/
H A Dsmc91c111.c127 #define RCR_STRIP_CRC 0x0200 macro
700 crc = (s->rcr & RCR_STRIP_CRC) == 0;

Completed in 76 milliseconds