Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
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)
Ddwmac_lib.c211 if (likely(value & DMA_INTR_ENA_RIE)) { in dwmac_dma_interrupt()
/linux-6.1.9/drivers/net/ethernet/calxeda/
Dxgmac.c194 #define DMA_INTR_ENA_RIE 0x00000040 /* Receive Interrupt */ macro
202 #define DMA_INTR_NORMAL (DMA_INTR_ENA_NIE | DMA_INTR_ENA_RIE | \