OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RCR_STRIP_CRC
(Results
1 - 2
of
2
) sorted by null
/external/grub/netboot/
smc9000.h
80
#define
RCR_STRIP_CRC
0x200 /* strips CRC */
86
#define RCR_NORMAL (
RCR_STRIP_CRC
| RCR_ENABLE)
/external/qemu/hw/
smc91c111.c
127
#define
RCR_STRIP_CRC
0x0200
700
crc = (s->rcr &
RCR_STRIP_CRC
) == 0;
Completed in 340 milliseconds