Home
last modified time | relevance | path

Searched refs:ltq_ebu_membase (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/mach-lantiq/
Dlantiq.h24 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y))
25 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x))
27 ltq_w32_mask(x, y, ltq_ebu_membase + (z))
28 extern __iomem void *ltq_ebu_membase;
/arch/mips/include/asm/mach-lantiq/falcon/
Dlantiq_soc.h50 extern __iomem void *ltq_ebu_membase;
52 #define ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y))
53 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x))
/arch/mips/lantiq/falcon/
Dsysctrl.c75 void __iomem *ltq_sys1_membase, *ltq_ebu_membase; variable
228 ltq_ebu_membase = ioremap_nocache(res_ebu.start, in ltq_soc_init()
231 if (!status_membase || !ltq_ebu_membase) in ltq_soc_init()
/arch/mips/lantiq/xway/
Dsysctrl.c158 void __iomem *ltq_ebu_membase; variable
457 ltq_ebu_membase = ioremap_nocache(res_ebu.start, in ltq_soc_init()
459 if (!pmu_membase || !ltq_cgu_membase || !ltq_ebu_membase) in ltq_soc_init()