OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NAND_LOCK_STATUS_UNLOCK
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
nand.h
116
#define
NAND_LOCK_STATUS_UNLOCK
0x04
/external/u-boot/cmd/
nand.c
151
(!(status &
NAND_LOCK_STATUS_UNLOCK
) ? "LOCK " : ""),
152
((status &
NAND_LOCK_STATUS_UNLOCK
) ? "UNLOCK " : ""));
/external/u-boot/drivers/mtd/nand/
nand_util.c
261
*
NAND_LOCK_STATUS_UNLOCK
: page unlocked
289
|
NAND_LOCK_STATUS_UNLOCK
);
Completed in 409 milliseconds