Home
last modified time | relevance | path

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

/openbmc/u-boot/include/mtd/
H A Dmtd-abi.h91 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
271 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/openbmc/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()
/openbmc/u-boot/cmd/
H A Dmtd.c72 mtd->type == MTD_MLCNANDFLASH; in mtd_dump_device_buf()
149 case MTD_MLCNANDFLASH: in mtd_show_device()
260 if (mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH) in do_mtd_io()
/openbmc/u-boot/drivers/mtd/nand/
H A Dcore.c215 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/openbmc/linux/drivers/mtd/nand/
H A Dcore.c377 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/openbmc/u-boot/include/linux/mtd/
H A Dmtd.h498 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/openbmc/linux/include/linux/mtd/
H A Dmtd.h661 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/openbmc/linux/fs/jffs2/
H A Dfs.c524 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()
/openbmc/linux/drivers/mtd/
H A Dmtdcore.c163 case MTD_MLCNANDFLASH: in mtd_type_show()
680 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
/openbmc/linux/drivers/mtd/ubi/
H A Dbuild.c890 if (mtd->type == MTD_MLCNANDFLASH && in ubi_attach_mtd_dev()
/openbmc/u-boot/drivers/mtd/
H A Dmtdcore.c235 case MTD_MLCNANDFLASH: in mtd_type_show()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3948 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4569 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH; in nand_scan_tail()