Home
last modified time | relevance | path

Searched refs:atl2c_base (Results 1 – 3 of 3) sorted by relevance

/arch/nds32/kernel/
Datl2c.c10 void __iomem *atl2c_base; variable
33 atl2c_base = ioremap(res.start, resource_size(&res)); in atl2c_of_init()
34 if (!atl2c_base) in atl2c_of_init()
/arch/nds32/include/asm/
Dl2_cache.h85 extern void __iomem *atl2c_base;
90 #define L2C_R_REG(offset) readl(atl2c_base + offset)
91 #define L2C_W_REG(offset, value) writel(value, atl2c_base + offset)
/arch/nds32/mm/
Dproc.c412 if (atl2c_base) { in cpu_l2cache_op()