Searched refs:tmio_nand (Results 1 – 2 of 2) sorted by relevance
105 struct tmio_nand { struct121 static inline struct tmio_nand *mtd_to_tmio(struct mtd_info *mtd) in mtd_to_tmio() argument123 return container_of(mtd_to_nand(mtd), struct tmio_nand, chip); in mtd_to_tmio()132 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_hwcontrol()164 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_dev_ready()171 struct tmio_nand *tmio = __tmio; in tmio_irq()193 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_wait()230 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_byte()250 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_write_buf()257 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_buf()[all …]
31 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o