Lines Matching refs:b15_rac_base
51 static void __iomem *b15_rac_base;
57 /* Initialization flag to avoid checking for b15_rac_base, and to prevent
64 u32 val = __raw_readl(b15_rac_base + RAC_CONFIG0_REG);
65 __raw_writel(0, b15_rac_base + RAC_CONFIG0_REG);
74 __raw_writel(FLUSH_RAC, b15_rac_base + rac_flush_offset);
81 reg = __raw_readl(b15_rac_base + rac_flush_offset);
96 __raw_writel(val, b15_rac_base + RAC_CONFIG0_REG);
193 * b15_rac_base:
196 * being cleared when initial procedure is done. b15_rac_base had been set at
302 b15_rac_base = of_iomap(dn, 0);
303 if (!b15_rac_base) {
330 iounmap(b15_rac_base);
352 reg = __raw_readl(b15_rac_base + RAC_CONFIG0_REG);
369 iounmap(b15_rac_base);