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

/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;
/u-boot/drivers/mtd/nand/
H A Dcore.c228 MTD_NANDFLASH : MTD_MLCNANDFLASH;
/u-boot/cmd/
H A Dmtd.c77 mtd->type == MTD_MLCNANDFLASH;
161 case MTD_MLCNANDFLASH:
488 if (mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH)
/u-boot/drivers/dfu/
H A Ddfu_mtd.c43 mtd->type == MTD_MLCNANDFLASH;
/u-boot/include/linux/mtd/
H A Dmtd.h498 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH;
/u-boot/drivers/mtd/
H A Dmtdcore.c235 case MTD_MLCNANDFLASH:
/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2658 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH;
/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c5165 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH;

Completed in 137 milliseconds