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()1378 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_read_oob_nolock()1461 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob()1565 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_bbt_read_oob()1619 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_verify_oob()1880 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) { in onenand_write_ops_nolock()1912 ONENAND_IS_4KB_PAGE(this) && in onenand_write_ops_nolock()1923 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) { in onenand_write_ops_nolock()[all …]
205 #define ONENAND_IS_4KB_PAGE(this) \ macro