Home
last modified time | relevance | path

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

/linux-2.6.39/arch/unicore32/include/mach/
Ddma.h40 writel(readl(DMAC_CONFIG(ch)) & ~DMAC_CONFIG_EN, DMAC_CONFIG(ch)); in puv3_stop_dma()
45 writel(readl(DMAC_CONFIG(ch)) | DMAC_CONFIG_EN, DMAC_CONFIG(ch)); in puv3_resume_dma()
Dregs-dmac.h81 #define DMAC_CONFIG_EN FIELD(1, 1, 0) macro