Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dcache-uniphier.c77 void __iomem *op_base; member
101 data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
103 readl_relaxed(data->op_base + UNIPHIER_SSCOPE); in __uniphier_cache_sync()
152 data->op_base + UNIPHIER_SSCOQM); in __uniphier_cache_maint_common()
156 writel_relaxed(start, data->op_base + UNIPHIER_SSCOQAD); in __uniphier_cache_maint_common()
157 writel_relaxed(size, data->op_base + UNIPHIER_SSCOQSZ); in __uniphier_cache_maint_common()
159 } while (unlikely(readl_relaxed(data->op_base + UNIPHIER_SSCOPPQSEF) & in __uniphier_cache_maint_common()
163 while (likely(readl_relaxed(data->op_base + UNIPHIER_SSCOLPQS) != in __uniphier_cache_maint_common()
390 data->op_base = of_iomap(np, 2); in __uniphier_cache_init()
391 if (!data->op_base) { in __uniphier_cache_init()
[all …]
/openbmc/u-boot/drivers/crypto/fsl/
H A Djr.c79 phys_addr_t op_base = virt_to_phys((void *)jr->output_ring); in jr_initregs() local
88 sec_out32(&regs->orba_h, op_base >> 32); in jr_initregs()
92 sec_out32(&regs->orba_l, (uint32_t)op_base); in jr_initregs()