OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MTD_NO_ERASE
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-3/include/mtd/
mtd-abi.h
35
#define
MTD_NO_ERASE
0x1000
39
#define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE |
MTD_NO_ERASE
)
/bionic/libc/kernel/uapi/mtd/
mtd-abi.h
76
#define
MTD_NO_ERASE
0x1000
80
#define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE |
MTD_NO_ERASE
)
/external/kernel-headers/original/uapi/mtd/
mtd-abi.h
104
#define
MTD_NO_ERASE
0x1000 /* No erase necessary */
109
#define MTD_CAP_RAM (MTD_WRITEABLE | MTD_BIT_WRITEABLE |
MTD_NO_ERASE
)
Completed in 29 milliseconds