Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dintel-nand-controller.c147 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_readb() local
148 u8 cs_num = ebu_host->cs_num; in ebu_nand_readb()
151 val = readb(ebu_host->cs[cs_num].chipaddr + HSNAND_CS_OFFS); in ebu_nand_readb()
158 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_writeb() local
159 u8 cs_num = ebu_host->cs_num; in ebu_nand_writeb()
161 writeb(value, ebu_host->cs[cs_num].chipaddr + offset); in ebu_nand_writeb()
183 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_disable() local
185 writel(0, ebu_host->ebu + EBU_CON); in ebu_nand_disable()
190 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_select_chip() local
191 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()
[all …]