Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h54 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
57 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \
Ddwmac_lib.c191 if (likely(value & DMA_INTR_ENA_RIE)) { in dwmac_dma_interrupt()
/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c204 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
212 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \