Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/dw-edma/
Ddw-edma-core.h37 EDMA_ST_PAUSE, enumerator
Ddw-edma-core.c230 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
250 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
300 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
504 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()