Searched refs:NAND_LOCK_STATUS_UNLOCK (Results 1 – 3 of 3) sorted by relevance
116 #define NAND_LOCK_STATUS_UNLOCK 0x04 macro
151 (!(status & NAND_LOCK_STATUS_UNLOCK) ? "LOCK " : ""), in print_status()152 ((status & NAND_LOCK_STATUS_UNLOCK) ? "UNLOCK " : "")); in print_status()
289 | NAND_LOCK_STATUS_UNLOCK); in nand_get_lock_status()