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()1461 ret = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob()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()2038 if (ONENAND_IS_4KB_PAGE(this)) { in onenand_write_oob_nolock()2386 if (ONENAND_IS_4KB_PAGE(this) || region || in onenand_erase()2923 ret = ONENAND_IS_4KB_PAGE(this) ? in do_otp_read()3314 if (ONENAND_IS_4KB_PAGE(this)) in onenand_check_features()[all …]
205 #define ONENAND_IS_4KB_PAGE(this) \ macro