Searched refs:MTD_NO_ERASE (Results 1 – 7 of 7) sorted by relevance
105 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro110 #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)
275 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
329 int wr_alignment = (parent->flags & MTD_NO_ERASE) ? parent->writesize : in allocate_partition()513 if (!(slave->mtd.flags & MTD_NO_ERASE)) in allocate_partition()
518 !(mtd->flags & MTD_NO_ERASE))) in add_mtd_device()
65 0x1000: MTD_NO_ERASE - no erase necessary
536 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
2908 mtd->flags |= MTD_NO_ERASE; in spi_nor_scan()