Home
last modified time | relevance | path

Searched refs:DMA_STATUS_TPS (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h152 #define DMA_STATUS_TPS 0x00000002 /* Transmit Process Stopped */ macro
172 DMA_STATUS_TPS | \
H A Ddwmac-loongson.c66 DMA_STATUS_TPS | DMA_STATUS_TI | \
292 if (unlikely(intr_status & DMA_STATUS_TPS)) { in loongson_dwmac_dma_interrupt()
H A Ddwmac_lib.c202 if (unlikely(intr_status & DMA_STATUS_TPS)) { in dwmac_dma_interrupt()
/linux-6.15/drivers/net/ethernet/calxeda/
H A Dxgmac.c237 #define DMA_STATUS_TPS 0x00000002 /* Transmit Process Stopped */ macro
929 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1410 if (intr_status & DMA_STATUS_TPS) { in xgmac_interrupt()