Searched refs:tmio_nand (Results 1 – 2 of 2) sorted by relevance
105 struct tmio_nand { struct122 #define mtd_to_tmio(m) container_of(m, struct tmio_nand, mtd) argument130 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_hwcontrol()162 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_dev_ready()169 struct tmio_nand *tmio = __tmio; in tmio_irq()191 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_wait()227 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_byte()247 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_write_buf()254 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_buf()261 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_enable_hwecc()[all …]
34 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o