Lines Matching refs:op_base
75 void __iomem *op_base; member
99 data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
101 readl_relaxed(data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
145 writel_relaxed(UNIPHIER_SSCOLPQS_EF, data->op_base + UNIPHIER_SSCOLPQS); in __uniphier_cache_maint_common()
150 data->op_base + UNIPHIER_SSCOQM); in __uniphier_cache_maint_common()
154 writel_relaxed(start, data->op_base + UNIPHIER_SSCOQAD); in __uniphier_cache_maint_common()
155 writel_relaxed(size, data->op_base + UNIPHIER_SSCOQSZ); in __uniphier_cache_maint_common()
157 } while (unlikely(readl_relaxed(data->op_base + UNIPHIER_SSCOPPQSEF) & in __uniphier_cache_maint_common()
161 while (likely(readl_relaxed(data->op_base + UNIPHIER_SSCOLPQS) != in __uniphier_cache_maint_common()
388 data->op_base = of_iomap(np, 2); in __uniphier_cache_init()
389 if (!data->op_base) { in __uniphier_cache_init()
443 iounmap(data->op_base); in __uniphier_cache_init()