Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/mtd/
Dmtd-abi.h104 #define MTD_NO_ERASE 0x1000 /* No erase necessary */ macro
109 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
112 #define MTD_CAP_NVRAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
/linux-4.4.14/drivers/mtd/
Dmtdblock.c296 if (!(mbd->mtd->flags & MTD_NO_ERASE) && mbd->mtd->erasesize) { in mtdblock_open()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mtd65 0x1000: MTD_NO_ERASE - no erase necessary
/linux-4.4.14/drivers/mtd/maps/
Dvmu-flash.c536 mtd_cur->flags = MTD_WRITEABLE|MTD_NO_ERASE; in vmu_queryblocks()
/linux-4.4.14/drivers/mtd/spi-nor/
Dspi-nor.c1212 mtd->flags |= MTD_NO_ERASE; in spi_nor_scan()