Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/maps/
Dphysmap_of_versatile.c100 void __iomem *ebi_base; in ap_flash_init() local
109 ebi_base = of_iomap(ebi, 0); in ap_flash_init()
110 if (!ebi_base) in ap_flash_init()
121 writel(INTEGRATOR_EBI_LOCK_VAL, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()
124 val = readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()
126 writel(val, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()
129 writel(0, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()
130 iounmap(ebi_base); in ap_flash_init()