Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Donenand.h196 #define ONENAND_HAS_CONT_LOCK (0x0001) macro
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c2643 if (this->options & ONENAND_HAS_CONT_LOCK) { in onenand_do_lock_cmd()
3423 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3435 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3439 if (this->options & ONENAND_HAS_CONT_LOCK) in onenand_check_features()