Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c154 #define EMAC_LENERR (0x3 << 5) macro
462 if (0 & rx_status & (EMAC_CRCERR | EMAC_LENERR)) { in _sunxi_emac_eth_recv()
466 if (rx_status & EMAC_LENERR) in _sunxi_emac_eth_recv()