Searched refs:MTD_MLCNANDFLASH (Results 1 – 7 of 7) sorted by relevance
148 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro339 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
377 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
661 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
524 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()
134 case MTD_MLCNANDFLASH: in mtd_type_show()651 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
882 if (mtd->type == MTD_MLCNANDFLASH && in ubi_attach_mtd_dev()
3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()
Completed in 23 milliseconds