Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h97 #define MTD_NANDFLASH 4 /* SLC NAND */ macro
281 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/linux-4.4.14/fs/jffs2/
Dos-linux.h110 #define jffs2_cleanmarker_oob(c) (c->mtd->type == MTD_NANDFLASH)
Dfs.c525 if (c->mtd->type == MTD_NANDFLASH) { in jffs2_do_fill_super()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Daxisflashmap.c463 if (main_mtd->type == MTD_NANDFLASH) { in init_axis_flash()
/linux-4.4.14/include/linux/mtd/
Dmtd.h359 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/linux-4.4.14/drivers/staging/goldfish/
Dgoldfish_nand.c348 mtd->type = MTD_NANDFLASH; in goldfish_nand_init_device()
/linux-4.4.14/drivers/mtd/
Dmtdcore.c130 case MTD_NANDFLASH: in mtd_type_show()
/linux-4.4.14/drivers/mtd/devices/
Ddocg3.c1846 mtd->type = MTD_NANDFLASH; in doc_set_driver_info()
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c4064 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()
/linux-4.4.14/drivers/mtd/nand/
Dnand_base.c4343 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH; in nand_scan_tail()