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()96 if (!ebi_base) in ap_flash_init()107 writel(INTEGRATOR_EBI_LOCK_VAL, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()110 val = readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()112 writel(val, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()115 writel(0, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()116 iounmap(ebi_base); in ap_flash_init()