Searched refs:ebu_host (Results 1 – 1 of 1) sorted by relevance
144 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_readb() local145 u8 cs_num = ebu_host->cs_num; in ebu_nand_readb()148 val = readb(ebu_host->cs[cs_num].chipaddr + HSNAND_CS_OFFS); in ebu_nand_readb()155 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_writeb() local156 u8 cs_num = ebu_host->cs_num; in ebu_nand_writeb()158 writeb(value, ebu_host->cs[cs_num].chipaddr + offset); in ebu_nand_writeb()180 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_nand_disable() local182 writel(0, ebu_host->ebu + EBU_CON); in ebu_nand_disable()187 struct ebu_nand_controller *ebu_host = nand_get_controller_data(chip); in ebu_select_chip() local188 void __iomem *nand_con = ebu_host->ebu + EBU_CON; in ebu_select_chip()[all …]