Home
last modified time | relevance | path

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

/linux/include/uapi/mtd/
H 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/include/linux/mtd/
H A Dmtd.h661 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux/drivers/mtd/
H A Dmtdcore.c174 case MTD_MLCNANDFLASH: in mtd_type_show()
741 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()