Home
last modified time | relevance | path

Searched refs:ONENAND_HAS_UNLOCK_ALL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/mtd/
Donenand.h195 #define ONENAND_HAS_UNLOCK_ALL (0x0002) macro
/Linux-v5.10/drivers/mtd/nand/onenand/
Donenand_base.c2649 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in onenand_unlock_all()
3278 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3285 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3291 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3310 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3315 if (this->options & ONENAND_HAS_UNLOCK_ALL) in onenand_check_features()
Donenand_samsung.c777 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in s3c_unlock_all()