ltq_ebu_membase    48 arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h extern __iomem void *ltq_ebu_membase;
ltq_ebu_membase    50 arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h #define ltq_ebu_w32(x, y)	ltq_w32((x), ltq_ebu_membase + (y))
ltq_ebu_membase    51 arch/mips/include/asm/mach-lantiq/falcon/lantiq_soc.h #define ltq_ebu_r32(x)		ltq_r32(ltq_ebu_membase + (x))
ltq_ebu_membase    22 arch/mips/include/asm/mach-lantiq/lantiq.h #define ltq_ebu_w32(x, y)	ltq_w32((x), ltq_ebu_membase + (y))
ltq_ebu_membase    23 arch/mips/include/asm/mach-lantiq/lantiq.h #define ltq_ebu_r32(x)		ltq_r32(ltq_ebu_membase + (x))
ltq_ebu_membase    25 arch/mips/include/asm/mach-lantiq/lantiq.h 	ltq_w32_mask(x, y, ltq_ebu_membase + (z))
ltq_ebu_membase    26 arch/mips/include/asm/mach-lantiq/lantiq.h extern __iomem void *ltq_ebu_membase;
ltq_ebu_membase    73 arch/mips/lantiq/falcon/sysctrl.c void __iomem *ltq_sys1_membase, *ltq_ebu_membase;
ltq_ebu_membase   226 arch/mips/lantiq/falcon/sysctrl.c 	ltq_ebu_membase = ioremap_nocache(res_ebu.start,
ltq_ebu_membase   229 arch/mips/lantiq/falcon/sysctrl.c 	if (!status_membase || !ltq_ebu_membase)
ltq_ebu_membase   148 arch/mips/lantiq/xway/sysctrl.c void __iomem *ltq_ebu_membase;
ltq_ebu_membase   437 arch/mips/lantiq/xway/sysctrl.c 	ltq_ebu_membase = ioremap_nocache(res_ebu.start,
ltq_ebu_membase   439 arch/mips/lantiq/xway/sysctrl.c 	if (!pmu_membase || !ltq_cgu_membase || !ltq_ebu_membase)