Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/mtd/
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-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Dmtd.c66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_siena_mtd_add()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmtd.c66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_mtd_add()
A Def10.c3533 part->common.mtd.flags |= MTD_NO_ERASE; in efx_ef10_mtd_probe_partition()
/linux-6.3-rc2/drivers/mtd/
A Dmtdpart.c40 int wr_alignment = (parent->flags & MTD_NO_ERASE) ? in allocate_partition()
173 if (!(child->flags & MTD_NO_ERASE)) in allocate_partition()
A Dmtdblock.c268 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
A Dmtdcore.c639 !(mtd->flags & MTD_NO_ERASE))) in add_mtd_device()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-mtd65 0x1000: MTD_NO_ERASE - no erase necessary
/linux-6.3-rc2/drivers/mtd/maps/
A Dvmu-flash.c534 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
/linux-6.3-rc2/drivers/mtd/spi-nor/
A Dcore.c2981 mtd->flags |= MTD_NO_ERASE; in spi_nor_set_mtd_info()

Completed in 32 milliseconds