Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/dw-edma/
Ddw-edma-core.h37 EDMA_ST_PAUSE, enumerator
Ddw-edma-core.c231 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
251 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
301 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
519 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()