Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/dw-edma/
Ddw-edma-core.h32 EDMA_ST_PAUSE, enumerator
Ddw-edma-core.c235 } else if (chan->status != EDMA_ST_PAUSE) { in dw_edma_device_resume()
254 } else if (chan->status == EDMA_ST_PAUSE) { in dw_edma_device_terminate_all()
304 if (ret == DMA_IN_PROGRESS && chan->status == EDMA_ST_PAUSE) in dw_edma_device_tx_status()
590 chan->status = EDMA_ST_PAUSE; in dw_edma_done_interrupt()