Home
last modified time | relevance | path

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

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