Searched refs:tmio_nand (Results 1 – 2 of 2) sorted by relevance
105 struct tmio_nand { struct123 static inline struct tmio_nand *mtd_to_tmio(struct mtd_info *mtd) in mtd_to_tmio() argument125 return container_of(mtd_to_nand(mtd), struct tmio_nand, chip); in mtd_to_tmio()134 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_hwcontrol()165 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_dev_ready()172 struct tmio_nand *tmio = __tmio; in tmio_irq()189 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(nand_chip)); in tmio_nand_wait()226 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_read_byte()246 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_write_buf()253 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_read_buf()[all …]
29 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o