Searched refs:MTD_NO_ERASE (Results 1 – 9 of 9) sorted by relevance
105 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro111 #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)
66 if (!(part->mtd.flags & MTD_NO_ERASE)) in efx_mtd_add()
3536 part->common.mtd.flags |= MTD_NO_ERASE; in efx_ef10_mtd_probe_partition()
39 int wr_alignment = (parent->flags & MTD_NO_ERASE) ? in allocate_partition()172 if (!(child->flags & MTD_NO_ERASE)) in allocate_partition()
264 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
600 !(mtd->flags & MTD_NO_ERASE))) in add_mtd_device()
65 0x1000: MTD_NO_ERASE - no erase necessary
534 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
3171 mtd->flags |= MTD_NO_ERASE; in spi_nor_scan()
Completed in 28 milliseconds