Lines Matching refs:ONENAND_IS_4KB_PAGE
431 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) in onenand_command()
460 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()
500 if (!FLEXONENAND(this) && !ONENAND_IS_4KB_PAGE(this)) in onenand_read_ecc()
1391 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_read_oob_nolock()
1467 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read()
1502 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob()
1598 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_bbt_read_oob()
1652 readcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_READ : ONENAND_CMD_READOOB; in onenand_verify_oob()
1945 if (!ONENAND_IS_2PLANE(this) && !ONENAND_IS_4KB_PAGE(this) && !first) { in onenand_write_ops_nolock()
1977 ONENAND_IS_4KB_PAGE(this) && in onenand_write_ops_nolock()
1988 if (ONENAND_IS_2PLANE(this) || ONENAND_IS_4KB_PAGE(this)) { in onenand_write_ops_nolock()
2096 oobcmd = ONENAND_IS_4KB_PAGE(this) ? ONENAND_CMD_PROG : ONENAND_CMD_PROGOOB; in onenand_write_oob_nolock()
2115 if (ONENAND_IS_4KB_PAGE(this)) { in onenand_write_oob_nolock()
2503 if (ONENAND_IS_4KB_PAGE(this) || region || in onenand_erase()
3048 ret = ONENAND_IS_4KB_PAGE(this) ? in do_otp_read()
3431 if (ONENAND_IS_4KB_PAGE(this)) in onenand_check_features()
3864 if (ONENAND_IS_4KB_PAGE(this)) in onenand_probe()