Home
last modified time | relevance | path

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

/u-boot/include/mtd/
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()
/u-boot/cmd/
A Dmtd.c74 mtd->type == MTD_MLCNANDFLASH; in mtd_dump_device_buf()
151 case MTD_MLCNANDFLASH: in mtd_show_device()
263 if (mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH) in do_mtd_io()
/u-boot/drivers/dfu/
A Ddfu_mtd.c29 mtd->type == MTD_MLCNANDFLASH; in mtd_block_op()
266 has_pages = mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in dfu_fill_entity_mtd()
/u-boot/drivers/mtd/nand/
A Dcore.c228 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/u-boot/include/linux/mtd/
A Dmtd.h497 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/u-boot/drivers/mtd/
A Dmtdcore.c235 case MTD_MLCNANDFLASH: in mtd_type_show()
/u-boot/drivers/mtd/onenand/
A Donenand_base.c2660 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_probe()
/u-boot/drivers/mtd/nand/raw/
A Dnand_base.c5268 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH; in nand_scan_tail()

Completed in 23 milliseconds