Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/mtd/
Dmtd-abi.h101 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
282 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux-4.19.296/include/linux/mtd/
Dmtd.h548 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux-4.19.296/fs/jffs2/
Dfs.c521 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()