Searched refs:NAND_LOCK_STATUS_UNLOCK (Results 1 – 3 of 3) sorted by relevance
100 #define NAND_LOCK_STATUS_UNLOCK 0x04 macro
271 (!(status & NAND_LOCK_STATUS_UNLOCK) ? "LOCK " : ""), in print_status()272 ((status & NAND_LOCK_STATUS_UNLOCK) ? "UNLOCK " : "")); in print_status()
294 | NAND_LOCK_STATUS_UNLOCK); in nand_get_lock_status()
Completed in 6 milliseconds