Lines Matching refs:op_base
98 void __iomem *op_base; member
122 data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
124 readl_relaxed(data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
168 writel_relaxed(UNIPHIER_SSCOLPQS_EF, data->op_base + UNIPHIER_SSCOLPQS); in __uniphier_cache_maint_common()
173 data->op_base + UNIPHIER_SSCOQM); in __uniphier_cache_maint_common()
177 writel_relaxed(start, data->op_base + UNIPHIER_SSCOQAD); in __uniphier_cache_maint_common()
178 writel_relaxed(size, data->op_base + UNIPHIER_SSCOQSZ); in __uniphier_cache_maint_common()
184 data->op_base + UNIPHIER_SSCOQWN); in __uniphier_cache_maint_common()
185 } while (unlikely(readl_relaxed(data->op_base + UNIPHIER_SSCOPPQSEF) & in __uniphier_cache_maint_common()
189 while (likely(readl_relaxed(data->op_base + UNIPHIER_SSCOLPQS) != in __uniphier_cache_maint_common()
466 data->op_base = of_iomap(np, 2); in __uniphier_cache_init()
467 if (!data->op_base) { in __uniphier_cache_init()
503 iounmap(data->op_base); in __uniphier_cache_init()