Searched refs:ONENAND_IS_4KB_PAGE (Results 1 – 2 of 2) sorted by relevance
462 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) in onenand_command()491 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()531 if (!FLEXONENAND(this) && !ONENAND_IS_4KB_PAGE(this)) in onenand_read_ecc()1386 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_read_oob_nolock()1465 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob()1561 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_bbt_read_oob()1615 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_verify_oob()1876 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) { in onenand_write_ops_nolock()1908 ONENAND_IS_4KB_PAGE(this) && in onenand_write_ops_nolock()1919 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) { in onenand_write_ops_nolock()[all …]
205 #define ONENAND_IS_4KB_PAGE(this) \ macro