Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mtd/
Donenand.h179 (this->options & ONENAND_HAS_2PLANE)
198 #define ONENAND_HAS_2PLANE (0x0004) macro
/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c3389 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
3411 this->options |= ONENAND_HAS_2PLANE; in onenand_check_features()
3432 this->options &= ~ONENAND_HAS_2PLANE; in onenand_check_features()
3443 if (this->options & ONENAND_HAS_2PLANE) in onenand_check_features()