Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donenand.h175 (this->options & ONENAND_HAS_2PLANE)
196 #define ONENAND_HAS_2PLANE (0x0004) macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Donenand.h153 #define ONENAND_HAS_2PLANE (0x0004) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_base.c2153 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
2160 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
2180 this->options &= ~ONENAND_HAS_2PLANE; in onenand_check_features()
2191 if (this->options & ONENAND_HAS_2PLANE) in onenand_check_features()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c3260 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
3284 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
3306 this->options &= ~ONENAND_HAS_2PLANE; in onenand_check_features()
3317 if (this->options & ONENAND_HAS_2PLANE) in onenand_check_features()