Searched refs:ebi_base (Results 1 – 1 of 1) sorted by relevance
86 void __iomem *ebi_base; in ap_flash_init() local95 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()