Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.h78 #define EMAC_INT_STA_TX_ABRT (EMAC_INT_STA_TX0_ABRT | EMAC_INT_STA_TX1_ABRT) macro
H A Dsun4i-emac.c793 if (int_status & EMAC_INT_STA_TX_ABRT) in emac_interrupt()