Home
last modified time | relevance | path

Searched refs:ONENAND_IS_4KB_PAGE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c378 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()
406 if (ONENAND_IS_4KB_PAGE(this)) in onenand_command()
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()
1598 if (ONENAND_IS_4KB_PAGE(this)) { in onenand_write_oob_nolock()
2179 if (ONENAND_IS_4KB_PAGE(this)) in onenand_check_features()
[all …]
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c459 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()
3313 if (ONENAND_IS_4KB_PAGE(this)) in onenand_check_features()
[all …]
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h143 #define ONENAND_IS_4KB_PAGE(this) \ macro
/openbmc/linux/include/linux/mtd/
H A Donenand.h205 #define ONENAND_IS_4KB_PAGE(this) \ macro