Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.h32 EDMA_ST_PAUSE, enumerator
H A Ddw-edma-core.c268 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
287 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
340 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
629 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()