Home
last modified time | relevance | path

Searched refs:MTD_NO_ERASE (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/mtd/
H A Dmtd-abi.h105 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
111 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
114 #define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/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.h105 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
110 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
113 #define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/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.h105 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
110 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
113 #define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/OK3568_Linux_fs/u-boot/include/mtd/
H A Dmtd-abi.h96 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
101 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmtd.c66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_mtd_add()
H A Def10.c3513 part->common.mtd.flags |= MTD_NO_ERASE; in efx_ef10_mtd_probe_partition()
/OK3568_Linux_fs/kernel/drivers/mtd/
H A Dmtdpart.c39 int wr_alignment = (parent->flags & MTD_NO_ERASE) ? in allocate_partition()
172 if (!(child->flags & MTD_NO_ERASE)) in allocate_partition()
H A Dmtdblock.c264 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
H A Dmtdcore.c597 !(mtd->flags & MTD_NO_ERASE))) in add_mtd_device()
/OK3568_Linux_fs/kernel/drivers/mtd/rknand/
H A Drknand_base_ko.c428 mtd->flags = (MTD_WRITEABLE|MTD_NO_ERASE);// in rknand_info_init()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-mtd65 0x1000: MTD_NO_ERASE - no erase necessary
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dvmu-flash.c534 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c2576 mtd->flags |= MTD_NO_ERASE; in spi_nor_scan()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c3376 mtd->flags |= MTD_NO_ERASE; in spi_nor_scan()