Searched refs:dmac_base (Results 1 – 1 of 1) sorted by relevance
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; variable248 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()[all …]