Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/mtd/
A Dmtd-abi.h148 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
339 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux-6.3-rc2/drivers/mtd/nand/
A Dcore.c377 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/linux-6.3-rc2/include/linux/mtd/
A Dmtd.h661 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux-6.3-rc2/fs/jffs2/
A Dfs.c524 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()
/linux-6.3-rc2/drivers/mtd/
A Dmtdcore.c134 case MTD_MLCNANDFLASH: in mtd_type_show()
651 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
/linux-6.3-rc2/drivers/mtd/ubi/
A Dbuild.c882 if (mtd->type == MTD_MLCNANDFLASH && in ubi_attach_mtd_dev()
/linux-6.3-rc2/drivers/mtd/nand/onenand/
A Donenand_base.c3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()

Completed in 23 milliseconds