Lines Matching refs:tmio_nand
105 struct tmio_nand { struct
122 #define mtd_to_tmio(m) container_of(m, struct tmio_nand, mtd) argument
130 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()
271 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_calculate_ecc()
305 static int tmio_hw_init(struct platform_device *dev, struct tmio_nand *tmio) in tmio_hw_init()
349 static void tmio_hw_stop(struct platform_device *dev, struct tmio_nand *tmio) in tmio_hw_stop()
366 struct tmio_nand *tmio; in tmio_probe()
457 struct tmio_nand *tmio = platform_get_drvdata(dev); in tmio_remove()