Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c153 #define EMAC_CRCERR (0x1 << 4) macro
462 if (0 & rx_status & (EMAC_CRCERR | EMAC_LENERR)) { in _sunxi_emac_eth_recv()
464 if (rx_status & EMAC_CRCERR) in _sunxi_emac_eth_recv()