Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h101 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
283 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h92 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
272 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/mtd/
H A Dmtd-abi.h101 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
282 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/mtd/
H A Dmtd-abi.h101 #define MTD_MLCNANDFLASH 8 /* MLC NAND (including TLC) */ macro
282 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand_user()
/OK3568_Linux_fs/u-boot/cmd/
H A Dmtd.c58 mtd->type == MTD_MLCNANDFLASH; in mtd_dump_device_buf()
135 case MTD_MLCNANDFLASH: in mtd_show_device()
273 mtd->type == MTD_MLCNANDFLASH; in do_mtd()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/
H A Dcore.c215 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/
H A Dcore.c247 MTD_NANDFLASH : MTD_MLCNANDFLASH; in nanddev_init()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dmtd.h503 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dmtd.h652 return mtd->type == MTD_NANDFLASH || mtd->type == MTD_MLCNANDFLASH; in mtd_type_is_nand()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dfs.c523 if (c->mtd->type == MTD_MLCNANDFLASH) in jffs2_do_fill_super()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c127 case MTD_MLCNANDFLASH: in mtd_type_show()
609 (!mtd_is_partition(mtd) || master->type != MTD_MLCNANDFLASH || in add_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dbuild.c869 if (mtd->type == MTD_MLCNANDFLASH && in ubi_attach_mtd_dev()
/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dmtdcore.c236 case MTD_MLCNANDFLASH: in mtd_type_show()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c3941 mtd->type = ONENAND_IS_MLC(this) ? MTD_MLCNANDFLASH : MTD_NANDFLASH; in onenand_scan()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c5262 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH; in nand_scan_tail()