Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc9194.h82 #define RCR_STRIP_CRC 0x200 /* strips CRC */ macro
88 #define RCR_NORMAL (RCR_STRIP_CRC | RCR_ENABLE)
H A Dsmc91x.h521 #define RCR_STRIP_CRC 0x0200 // When set strips CRC from rx packets macro
527 #define RCR_DEFAULT (RCR_STRIP_CRC | RCR_RXEN)
H A Dsmc91c92_cs.c229 #define RCR_STRIP_CRC 0x200 /* strips CRC */ macro
235 #define RCR_NORMAL (RCR_STRIP_CRC | RCR_ENABLE)
/openbmc/qemu/hw/net/
H A Dsmc91c111.c91 #define RCR_STRIP_CRC 0x0200 macro
697 crc = (s->rcr & RCR_STRIP_CRC) == 0; in smc91c111_receive()
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h406 #define RCR_STRIP_CRC 0x0200 /* When set strips CRC from rx packets */ macro
412 #define RCR_DEFAULT (RCR_STRIP_CRC | RCR_RXEN)