Home
last modified time | relevance | path

Searched refs:DMA_STATUS_NIS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h139 #define DMA_STATUS_NIS 0x00010000 /* Normal Interrupt Summary */ macro
156 #define DMA_STATUS_MSK_COMMON (DMA_STATUS_NIS | \
H A Ddwmac_lib.c212 if (likely(intr_status & DMA_STATUS_NIS)) { in dwmac_dma_interrupt()