Home
last modified time | relevance | path

Searched refs:MTD_WRITEABLE (Results 1 – 2 of 2) sorted by relevance

/include/mtd/
Dmtd-abi.h102 #define MTD_WRITEABLE 0x400 /* Device is writeable */ macro
109 #define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE | MTD_NO_ERASE)
110 #define MTD_CAP_NORFLASH (MTD_WRITEABLE | MTD_BIT_WRITEABLE)
111 #define MTD_CAP_NANDFLASH (MTD_WRITEABLE)
/include/linux/mtd/
Dmtd.h274 if (!(mtd->flags & MTD_WRITEABLE)) in mtd_write_oob()