Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/dw/
Dcore.c811 set_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_pause()
832 clear_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_resume()
842 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_resume()
937 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags) && ret == DMA_IN_PROGRESS) in dwc_tx_status()
Dregs.h262 DW_DMA_IS_PAUSED = 2, enumerator