Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsunxi_emac.c154 #define EMAC_CRCERR (0x1 << 4) macro
463 if (0 & rx_status & (EMAC_CRCERR | EMAC_LENERR)) { in _sunxi_emac_eth_recv()
465 if (rx_status & EMAC_CRCERR) in _sunxi_emac_eth_recv()