Home
last modified time | relevance | path

Searched refs:NAND_LOCK_STATUS_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/
Dnand.h116 #define NAND_LOCK_STATUS_UNLOCK 0x04 macro
/external/u-boot/cmd/
Dnand.c151 (!(status & NAND_LOCK_STATUS_UNLOCK) ? "LOCK " : ""), in print_status()
152 ((status & NAND_LOCK_STATUS_UNLOCK) ? "UNLOCK " : "")); in print_status()
/external/u-boot/drivers/mtd/nand/
Dnand_util.c289 | NAND_LOCK_STATUS_UNLOCK); in nand_get_lock_status()