Home
last modified time | relevance | path

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

/drivers/mtd/nand/raw/
Dintel-nand-controller.c148 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_readb() local
149 u8 cs_num = ebu_host->cs_num; in ebu_nand_readb()
152 val = readb(ebu_host->cs[cs_num].chipaddr + HSNAND_CS_OFFS); in ebu_nand_readb()
159 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_writeb() local
160 u8 cs_num = ebu_host->cs_num; in ebu_nand_writeb()
162 writeb(value, ebu_host->cs[cs_num].chipaddr + offset); in ebu_nand_writeb()
184 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_disable() local
186 writel(0, ebu_host->ebu + EBU_CON); in ebu_nand_disable()
191 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_select_chip() local
192 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()
[all …]