Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Donenand.h197 #define ONENAND_HAS_UNLOCK_ALL (0x0002) macro
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c2781 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in onenand_unlock_all()
3412 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3417 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3436 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
3441 if (this->options & ONENAND_HAS_UNLOCK_ALL) in onenand_check_features()
Dsamsung.c786 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in s3c_unlock_all()