Home
last modified time | relevance | path

Searched refs:tmio_nand (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/nand/
Dtmio_nand.c104 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()
[all …]
DMakefile30 obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o