Searched refs:DMAC_CONFIG (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/unicore32/include/mach/
H A Ddma.h40 writel(readl(DMAC_CONFIG(ch)) & ~DMAC_CONFIG_EN, DMAC_CONFIG(ch)); puv3_stop_dma()
45 writel(readl(DMAC_CONFIG(ch)) | DMAC_CONFIG_EN, DMAC_CONFIG(ch)); puv3_resume_dma()
H A Dregs-dmac.h48 * Configuration Reg DMAC_CONFIG(ch).
50 #define DMAC_CONFIG(ch) (PKUNITY_DMAC_BASE + (ch)*DMASp + 0x10) macro

Completed in 30 milliseconds