Searched refs:ONENAND_IS_4KB_PAGE (Results 1 – 2 of 2) sorted by relevance
378 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()406 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()906 if (!ONENAND_IS_4KB_PAGE(this) && read + thislen < len) { in onenand_read_ops_nolock()940 if (ONENAND_IS_4KB_PAGE(this) && (read + thislen < len)) { in onenand_read_ops_nolock()957 if (!ONENAND_IS_4KB_PAGE(this)) in onenand_read_ops_nolock()963 if (!ONENAND_IS_4KB_PAGE(this)) { in onenand_read_ops_nolock()1039 readcmd = ONENAND_IS_4KB_PAGE(this) ? in onenand_read_oob_nolock()1222 readcmd = ONENAND_IS_4KB_PAGE(this) ? in onenand_bbt_read_oob()1292 readcmd = ONENAND_IS_4KB_PAGE(this) ? in onenand_verify_oob()1580 oobcmd = ONENAND_IS_4KB_PAGE(this) ? in onenand_write_oob_nolock()[all …]
143 #define ONENAND_IS_4KB_PAGE(this) \ macro