Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c86 void __iomem *ebi_base; in ap_flash_init() local
95 ebi_base = of_iomap(ebi, 0); in ap_flash_init()
97 if (!ebi_base) in ap_flash_init()
108 writel(INTEGRATOR_EBI_LOCK_VAL, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()
111 val = readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()
113 writel(val, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()
116 writel(0, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()
117 iounmap(ebi_base); in ap_flash_init()