Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h86 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
89 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \
Ddwmac_lib.c206 if (likely(value & DMA_INTR_ENA_RIE)) { in dwmac_dma_interrupt()
/Linux-v4.19/drivers/net/ethernet/calxeda/
Dxgmac.c205 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
213 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \