Home
last modified time | relevance | path

Searched refs:ONENAND_HAS_CONT_LOCK (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/linux/mtd/
A Donenand.h151 #define ONENAND_HAS_CONT_LOCK (0x0001) macro
/u-boot/drivers/mtd/onenand/
A Donenand_base.c1963 if (this->options & ONENAND_HAS_CONT_LOCK) { in onenand_do_lock_cmd()
2175 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2186 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2190 if (this->options & ONENAND_HAS_CONT_LOCK) in onenand_check_features()

Completed in 11 milliseconds