Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
Dintel-nand-controller.c119 void __iomem *ebu; member
141 return readl_poll_timeout(ctrl->ebu + EBU_WAIT, status, in ebu_nand_waitrdy()
186 writel(0, ebu_host->ebu + EBU_CON); in ebu_nand_disable()
192 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()
235 writel(reg, ctrl->ebu + EBU_BUSCON(ctrl->cs_num)); in ebu_nand_set_timings()
600 ebu_host->ebu = devm_ioremap_resource(&pdev->dev, res); in ebu_nand_probe()
601 if (IS_ERR(ebu_host->ebu)) in ebu_nand_probe()
602 return PTR_ERR(ebu_host->ebu); in ebu_nand_probe()
671 ebu_host->ebu + EBU_ADDR_SEL(cs)); in ebu_nand_probe()