Searched refs:DMA_LLI_ADDR (Results 1 – 2 of 2) sorted by relevance
183 (uint32_t)hal_readl(DMA_LLI_ADDR(chan_num)), in sunxi_dump_chan_regs()656 pos = hal_readl(DMA_LLI_ADDR(chan->chan_count)); in hal_dma_tx_status()734 hal_writel(__va_to_pa((unsigned long)chan->desc), DMA_LLI_ADDR(chan->chan_count)); in hal_dma_start()
67 #define DMA_LLI_ADDR(x) (SUNXI_DMAC_PBASE + (0x108 + ((x + START_CHAN_OFFSET) << 6))) /* Desc… macro
Completed in 8 milliseconds