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