Searched refs:ebi_base (Results 1 – 1 of 1) sorted by relevance
58 static void __iomem *ebi_base; variable159 tmp = readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET) | in ap_flash_init()161 writel(tmp, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()163 if (!(readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET) in ap_flash_init()165 writel(0xa05f, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()166 writel(tmp, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_init()167 writel(0, ebi_base + INTEGRATOR_EBI_LOCK_OFFSET); in ap_flash_init()179 tmp = readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET) & in ap_flash_exit()181 writel(tmp, ebi_base + INTEGRATOR_EBI_CSR1_OFFSET); in ap_flash_exit()183 if (readl(ebi_base + INTEGRATOR_EBI_CSR1_OFFSET) & in ap_flash_exit()[all …]