ltq_cgu_membase    70 arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h #define ltq_cgu_w32(x, y)	ltq_w32((x), ltq_cgu_membase + (y))
ltq_cgu_membase    71 arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h #define ltq_cgu_r32(x)		ltq_r32(ltq_cgu_membase + (x))
ltq_cgu_membase    72 arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h extern __iomem void *ltq_cgu_membase;
ltq_cgu_membase   147 arch/mips/lantiq/xway/sysctrl.c void __iomem *ltq_cgu_membase;
ltq_cgu_membase   435 arch/mips/lantiq/xway/sysctrl.c 	ltq_cgu_membase = ioremap_nocache(res_cgu.start,
ltq_cgu_membase   439 arch/mips/lantiq/xway/sysctrl.c 	if (!pmu_membase || !ltq_cgu_membase || !ltq_ebu_membase)