Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
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)
A Ddwmac_lib.c211 if (likely(value & DMA_INTR_ENA_RIE)) { in dwmac_dma_interrupt()
/linux/drivers/net/ethernet/calxeda/
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 | \

Completed in 8 milliseconds