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