Lines Matching refs:tmio_nand
104 struct tmio_nand { struct
121 #define mtd_to_tmio(m) container_of(m, struct tmio_nand, mtd) argument
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()
229 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_byte()
249 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_write_buf()
256 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_read_buf()
264 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_verify_buf()
275 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_enable_hwecc()
285 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_calculate_ecc()
304 static int tmio_hw_init(struct platform_device *dev, struct tmio_nand *tmio) in tmio_hw_init()
348 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()
488 struct tmio_nand *tmio = platform_get_drvdata(dev); in tmio_remove()