Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/dw/
Dregs.h249 DW_DMA_IS_PAUSED = 2, enumerator
Dcore.c919 set_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_pause()
940 clear_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_resume()
950 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_resume()
1045 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags) && ret == DMA_IN_PROGRESS) in dwc_tx_status()