Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c116 void __iomem *ebu; member
137 return readl_poll_timeout(ctrl->ebu + EBU_WAIT, status, in ebu_nand_waitrdy()
182 writel(0, ebu_host->ebu + EBU_CON); in ebu_nand_disable()
188 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()
231 writel(reg, ctrl->ebu + EBU_BUSCON(ctrl->cs_num)); in ebu_nand_set_timings()
595 ebu_host->ebu = devm_platform_ioremap_resource_byname(pdev, "ebunand"); in ebu_nand_probe()
596 if (IS_ERR(ebu_host->ebu)) in ebu_nand_probe()
597 return PTR_ERR(ebu_host->ebu); in ebu_nand_probe()
669 ebu_host->ebu + EBU_ADDR_SEL(cs)); in ebu_nand_probe()

Completed in 2 milliseconds