Searched refs:op_base (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/arm/mm/
H A Dcache-uniphier.c65 * @op_base: virtual base address of operation registers
77 void __iomem *op_base; member in struct:uniphier_cache_data
101 data->op_base + UNIPHIER_SSCOPE);
103 readl_relaxed(data->op_base + UNIPHIER_SSCOPE);
147 writel_relaxed(UNIPHIER_SSCOLPQS_EF, data->op_base + UNIPHIER_SSCOLPQS);
152 data->op_base + UNIPHIER_SSCOQM);
156 writel_relaxed(start, data->op_base + UNIPHIER_SSCOQAD);
157 writel_relaxed(size, data->op_base + UNIPHIER_SSCOQSZ);
159 } while (unlikely(readl_relaxed(data->op_base + UNIPHIER_SSCOPPQSEF) &
163 while (likely(readl_relaxed(data->op_base
[all...]

Completed in 205 milliseconds