Searched refs:atl2c_base (Results 1 – 3 of 3) sorted by relevance
10 void __iomem *atl2c_base; variable33 atl2c_base = ioremap(res.start, resource_size(&res)); in atl2c_of_init()34 if (!atl2c_base) in atl2c_of_init()
85 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)
412 if (atl2c_base) { in cpu_l2cache_op()