OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MTD_WRITEABLE
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-3/include/mtd/
mtd-abi.h
33
#define
MTD_WRITEABLE
0x400
39
#define MTD_CAP_RAM (
MTD_WRITEABLE
| MTD_BIT_WRITEABLE | MTD_NO_ERASE)
40
#define MTD_CAP_NORFLASH (
MTD_WRITEABLE
| MTD_BIT_WRITEABLE)
41
#define MTD_CAP_NANDFLASH (
MTD_WRITEABLE
)
/bionic/libc/kernel/uapi/mtd/
mtd-abi.h
74
#define
MTD_WRITEABLE
0x400
80
#define MTD_CAP_RAM (
MTD_WRITEABLE
| MTD_BIT_WRITEABLE | MTD_NO_ERASE)
81
#define MTD_CAP_NORFLASH (
MTD_WRITEABLE
| MTD_BIT_WRITEABLE)
82
#define MTD_CAP_NANDFLASH (
MTD_WRITEABLE
)
/external/kernel-headers/original/uapi/mtd/
mtd-abi.h
102
#define
MTD_WRITEABLE
0x400 /* Device is writeable */
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
)
Completed in 93 milliseconds