Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Donenand.h153 #define ONENAND_HAS_2PLANE (0x0004) macro
/external/u-boot/drivers/mtd/onenand/
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()