Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h76 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
79 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \
99 #define DMA_INTR_DEFAULT_RX (DMA_INTR_ENA_RIE)
H A Ddwmac_lib.c216 if (likely(value & DMA_INTR_ENA_RIE)) { in dwmac_dma_interrupt()
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c194 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
202 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \