Home
last modified time | relevance | path

Searched refs:MTD_NANDFLASH (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/mtd/
H A Dmtd-abi.h145 #define MTD_NANDFLASH 4 /* SLC NAND */ macro
339 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux/fs/jffs2/
H A Dos-linux.h111 #define jffs2_cleanmarker_oob(c) (c->mtd->type == MTD_NANDFLASH)
H A Dfs.c528 if (c->mtd->type == MTD_NANDFLASH) { in jffs2_do_fill_super()
/linux/include/linux/mtd/
H A Dmtd.h661 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux/drivers/mtd/devices/
H A Ddocg3.c1771 mtd->type = MTD_NANDFLASH; in doc_set_driver_info()
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()