Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Donenand.h152 #define ONENAND_HAS_UNLOCK_ALL (0x0002) macro
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donenand.h195 #define ONENAND_HAS_UNLOCK_ALL (0x0002) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2102 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in onenand_unlock_all()
2161 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
2166 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
2184 this->options |= ONENAND_HAS_UNLOCK_ALL; in onenand_check_features()
2189 if (this->options & ONENAND_HAS_UNLOCK_ALL) in onenand_check_features()
H A Dsamsung.c497 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in s3c_onenand_unlock_all()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A 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()
H A Donenand_samsung.c777 if (this->options & ONENAND_HAS_UNLOCK_ALL) { in s3c_unlock_all()