Searched refs:ebu_host (Results 1 – 1 of 1) sorted by relevance
148 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_readb() local149 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() local160 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() local186 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() local192 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()[all …]