Home
last modified time | relevance | path

Searched refs:MTD_MLCNANDFLASH (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/mtd/
A Dmtd-abi.h101 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
285 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux/drivers/mtd/nand/
A Dcore.c371 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/linux/include/linux/mtd/
A Dmtd.h659 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux/fs/jffs2/
A Dfs.c524 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()
/linux/drivers/mtd/
A Dmtdcore.c133 case MTD_MLCNANDFLASH: in mtd_type_show()
612 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
/linux/drivers/mtd/ubi/
A Dbuild.c872 if (mtd->type == MTD_MLCNANDFLASH && in ubi_attach_mtd_dev()
/linux/drivers/mtd/nand/onenand/
A Donenand_base.c3936 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()

Completed in 21 milliseconds