Lines Matching refs:dmac_base
43 #define DMAC_COMMON_BASE (dmac_base + 0x08)
44 #define DMAC_SAR_BASE (dmac_base + 0x10)
45 #define DMAC_DAR_BASE (dmac_base + 0x18)
46 #define DMAC_COUNT_BASE (dmac_base + 0x20)
47 #define DMAC_CTRL_BASE (dmac_base + 0x28)
48 #define DMAC_STATUS_BASE (dmac_base + 0x30)
89 static unsigned long dmac_base; variable
248 dmac_base = onchip_remap(PHYS_DMAC_BLOCK, 1024, "DMAC"); in init_dma()
249 if (!dmac_base) { in init_dma()
255 vcr = sh64_get_vcr_info(dmac_base); in init_dma()
273 onchip_unmap(dmac_base); in exit_dma()