Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h153 #define DMA_STATUS_TI 0x00000001 /* Transmit Interrupt */ macro
173 DMA_STATUS_TI | \
H A Ddwmac-loongson.c66 DMA_STATUS_TPS | DMA_STATUS_TI | \
314 if (likely(intr_status & DMA_STATUS_TI)) { in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c223 if (likely(intr_status & DMA_STATUS_TI)) { in dwmac_dma_interrupt()