Home
last modified time | relevance | path

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

/linux/include/uapi/mtd/
H A Dmtd-abi.h145 #define MTD_NANDFLASH 4 /* SLC NAND */ macro
339 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux/fs/jffs2/
H A Dos-linux.h111 #define jffs2_cleanmarker_oob(c) (c->mtd->type == MTD_NANDFLASH)
/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/nand/onenand/
H A Donenand_base.c3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()