atl2c_base         85 arch/nds32/include/asm/l2_cache.h extern void __iomem *atl2c_base;
atl2c_base         90 arch/nds32/include/asm/l2_cache.h #define L2C_R_REG(offset)               readl(atl2c_base + offset)
atl2c_base         91 arch/nds32/include/asm/l2_cache.h #define L2C_W_REG(offset, value)        writel(value, atl2c_base + offset)
atl2c_base         10 arch/nds32/kernel/atl2c.c void __iomem *atl2c_base;
atl2c_base         33 arch/nds32/kernel/atl2c.c 	atl2c_base = ioremap(res.start, resource_size(&res));
atl2c_base         34 arch/nds32/kernel/atl2c.c 	if (!atl2c_base)
atl2c_base        409 arch/nds32/mm/proc.c 	if (atl2c_base) {