Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/dw/
H A Dcore.c886 set_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_pause()
907 clear_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_resume()
917 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_resume()
982 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_get_residue_and_status()
H A Dregs.h262 DW_DMA_IS_PAUSED = 2, enumerator