Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac_dma.h103 #define DMA_STATUS_TPS 0x00000002 /* Transmit Process Stopped */ macro
Ddwmac_lib.c176 if (unlikely(intr_status & DMA_STATUS_TPS)) { in dwmac_dma_interrupt()
/linux-4.1.27/drivers/net/ethernet/calxeda/
Dxgmac.c247 #define DMA_STATUS_TPS 0x00000002 /* Transmit Process Stopped */ macro
939 writel(DMA_STATUS_TU | DMA_STATUS_TPS | DMA_STATUS_NIS | DMA_STATUS_AIS, in xgmac_tx_timeout_work()
1432 if (intr_status & DMA_STATUS_TPS) { in xgmac_interrupt()