Home
last modified time | relevance | path

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

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