Home
last modified time | relevance | path

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

/linux/include/uapi/mtd/
H A Dmtd-abi.h152 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
158 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
161 #define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/linux/drivers/net/ethernet/sfc/siena/
H A Dmtd.c66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_siena_mtd_add()
/linux/drivers/net/ethernet/sfc/
H A Dmtd.c66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_mtd_add()
H A Def10.c3562 part->common.mtd.flags |= MTD_NO_ERASE; in efx_ef10_mtd_probe_partition()
/linux/drivers/mtd/
H A Dmtdpart.c46 int wr_alignment = (parent->flags & MTD_NO_ERASE) ? in allocate_partition()
179 if (!(child->flags & MTD_NO_ERASE)) in allocate_partition()
H A Dmtdblock.c272 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
H A Dmtdcore.c669 !(mtd->flags & MTD_NO_ERASE))) in add_mtd_device()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-mtd65 0x1000: MTD_NO_ERASE - no erase necessary
/linux/drivers/mtd/maps/
H A Dvmu-flash.c534 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
/linux/drivers/mtd/spi-nor/
H A Dcore.c3397 mtd->flags |= MTD_NO_ERASE; in spi_nor_set_mtd_info()