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

/linux-master/include/linux/mtd/
H A Donenand.h205 #define ONENAND_IS_4KB_PAGE(this) \ macro
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c459 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this))
488 if (ONENAND_IS_4KB_PAGE(this))
528 if (!FLEXONENAND(this) && !ONENAND_IS_4KB_PAGE(this))
1378 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB;
1461 ret = ONENAND_IS_4KB_PAGE(this) ?
1565 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB;
1619 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB;
1880 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) {
1912 ONENAND_IS_4KB_PAGE(this) &&
1923 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(thi
[all...]

Completed in 115 milliseconds