Searched refs:ONENAND_IS_4KB_PAGE (Results 1 – 2 of 2) sorted by relevance
459 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) in onenand_command()488 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()528 if (!FLEXONENAND(this) && !ONENAND_IS_4KB_PAGE(this)) in onenand_read_ecc()1383 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_read_oob_nolock()1462 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob()1558 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_bbt_read_oob()1612 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_verify_oob()1873 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) { in onenand_write_ops_nolock()1905 ONENAND_IS_4KB_PAGE(this) && in onenand_write_ops_nolock()1916 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) { in onenand_write_ops_nolock()[all …]
205 #define ONENAND_IS_4KB_PAGE(this) \ macro