Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Donenand.h194 #define ONENAND_HAS_CONT_LOCK (0x0001) macro
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c2520 if (this->options & ONENAND_HAS_CONT_LOCK) { in onenand_do_lock_cmd()
3306 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3318 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3322 if (this->options & ONENAND_HAS_CONT_LOCK) in onenand_check_features()