Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h98 #define MTD_NANDFLASH 4 /* SLC NAND */ 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.h89 #define MTD_NANDFLASH 4 /* SLC NAND */ 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.h98 #define MTD_NANDFLASH 4 /* SLC NAND */ 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.h98 #define MTD_NANDFLASH 4 /* SLC NAND */ 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.c57 bool has_pages = mtd->type == MTD_NANDFLASH || in mtd_dump_device_buf()
126 case MTD_NANDFLASH: in mtd_show_device()
272 bool has_pages = mtd->type == MTD_NANDFLASH || in do_mtd()
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env.c681 if (mtd_type == MTD_NANDFLASH) { in flash_bad_block()
724 if (DEVTYPE(dev) == MTD_NANDFLASH) { in flash_read_buf()
880 if (DEVTYPE(dev) == MTD_NANDFLASH) { in flash_write_buf()
1227 } else if (DEVTYPE(dev_current) == MTD_NANDFLASH && in fw_env_open()
1228 DEVTYPE(!dev_current) == MTD_NANDFLASH) { in fw_env_open()
1376 mtdinfo.type != MTD_NANDFLASH && in check_device_config()
/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/drivers/mtd/
H A Dmtd_blk.c634 if (mtd->type == MTD_NANDFLASH && desc->devnum == BLK_MTD_NAND) { in mtd_blk_probe()
661 if (mtd->type == MTD_NANDFLASH) { in mtd_blk_probe()
H A Dmtdcore.c227 case MTD_NANDFLASH: in mtd_type_show()
/OK3568_Linux_fs/kernel/fs/jffs2/
H A Dos-linux.h111 #define jffs2_cleanmarker_oob(c) (c->mtd->type == MTD_NANDFLASH)
H A Dfs.c527 if (c->mtd->type == MTD_NANDFLASH) { in jffs2_do_fill_super()
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nand_mtd.c358 nand->mtd.type = MTD_NANDFLASH; in sfc_nand_mtd_init()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Drockchip_nand_spl_v9.c395 mtd->type = MTD_NANDFLASH; in rockchip_nandc_probe()
H A Drockchip_nand_spl.c397 mtd->type = MTD_NANDFLASH; in rockchip_nandc_probe()
H A Dnand_base.c5262 mtd->type = nand_is_slc(chip) ? MTD_NANDFLASH : MTD_MLCNANDFLASH; in nand_scan_tail()
/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A Drknand_base_ko.c427 mtd->type = MTD_NANDFLASH; in rknand_info_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/drivers/mtd/devices/
H A Ddocg3.c1763 mtd->type = MTD_NANDFLASH; in doc_set_driver_info()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdcore.c118 case MTD_NANDFLASH: 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()