Searched refs:op_base (Results 1 – 1 of 1) sorted by relevance
98 void __iomem *op_base; member122 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()[all …]