Searched refs:DW_DMA_IS_PAUSED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | core.c | 814 set_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_pause() 835 clear_bit(DW_DMA_IS_PAUSED, &dwc->flags); in dwc_chan_resume() 845 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_resume() 940 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags) && ret == DMA_IN_PROGRESS) in dwc_tx_status()
|
H A D | regs.h | 262 DW_DMA_IS_PAUSED = 2, enumerator
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | core.c | 811 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() 907 if (test_bit(DW_DMA_IS_PAUSED, &dwc->flags)) in dwc_get_residue_and_status()
|
H A D | regs.h | 262 DW_DMA_IS_PAUSED = 2, enumerator
|
Completed in 6 milliseconds