Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Donenand.h151 #define ONENAND_HAS_CONT_LOCK (0x0001) macro
/openbmc/linux/include/linux/mtd/
H A Donenand.h194 #define ONENAND_HAS_CONT_LOCK (0x0001) macro
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1960 if (this->options & ONENAND_HAS_CONT_LOCK) { in onenand_do_lock_cmd()
2172 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2183 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
2187 if (this->options & ONENAND_HAS_CONT_LOCK) in onenand_check_features()
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c2520 if (this->options & ONENAND_HAS_CONT_LOCK) { in onenand_do_lock_cmd()
3305 this->options |= ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3317 this->options &= ~ONENAND_HAS_CONT_LOCK; in onenand_check_features()
3321 if (this->options & ONENAND_HAS_CONT_LOCK) in onenand_check_features()