Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dsirf-dma.c42 #define SIRFSOC_DMA_INT_EN 0x148 macro
205 writel_relaxed(readl_relaxed(base + SIRFSOC_DMA_INT_EN) | in sirfsoc_dma_execute_hw_a7v1()
206 (1 << cid), base + SIRFSOC_DMA_INT_EN); in sirfsoc_dma_execute_hw_a7v1()
225 writel_relaxed(readl_relaxed(base + SIRFSOC_DMA_INT_EN) | in sirfsoc_dma_execute_hw_a6()
226 (1 << cid), base + SIRFSOC_DMA_INT_EN); in sirfsoc_dma_execute_hw_a6()
469 writel_relaxed(readl_relaxed(sdma->base + SIRFSOC_DMA_INT_EN) & in sirfsoc_dma_terminate_all()
470 ~(1 << cid), sdma->base + SIRFSOC_DMA_INT_EN); in sirfsoc_dma_terminate_all()
1035 int_offset = SIRFSOC_DMA_INT_EN; in sirfsoc_dma_pm_suspend()
1080 int_offset = SIRFSOC_DMA_INT_EN; in sirfsoc_dma_pm_resume()