Searched refs:op_base (Results 1 – 1 of 1) sorted by relevance
84 void __iomem *op_base; member108 data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()110 readl_relaxed(data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()154 writel_relaxed(UNIPHIER_SSCOLPQS_EF, data->op_base + UNIPHIER_SSCOLPQS); in __uniphier_cache_maint_common()159 data->op_base + UNIPHIER_SSCOQM); in __uniphier_cache_maint_common()163 writel_relaxed(start, data->op_base + UNIPHIER_SSCOQAD); in __uniphier_cache_maint_common()164 writel_relaxed(size, data->op_base + UNIPHIER_SSCOQSZ); in __uniphier_cache_maint_common()166 } while (unlikely(readl_relaxed(data->op_base + UNIPHIER_SSCOPPQSEF) & in __uniphier_cache_maint_common()170 while (likely(readl_relaxed(data->op_base + UNIPHIER_SSCOLPQS) != in __uniphier_cache_maint_common()397 data->op_base = of_iomap(np, 2); in __uniphier_cache_init()[all …]