Searched refs:ONENAND_IS_2PLANE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/mtd/
H A Donenand.h174 #define ONENAND_IS_2PLANE(this) \ macro
177 #define ONENAND_IS_2PLANE(this) (0) macro
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c441 if (ONENAND_IS_2PLANE(this)) {
459 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this))
496 if (ONENAND_IS_2PLANE(this) && cmd == ONENAND_CMD_PROG)
903 if (ONENAND_IS_2PLANE(this))
946 if (ONENAND_IS_2PLANE(this))
1756 if (ONENAND_IS_2PLANE(this)) {
1880 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) {
1923 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) {
2048 if (ONENAND_IS_2PLANE(this)) {
2717 if (ONENAND_IS_2PLANE(thi
[all...]

Completed in 162 milliseconds