Home
last modified time | relevance | path

Searched refs:NAND_NEED_READRDY (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ids.c16 #define SP_OPTIONS NAND_NEED_READRDY
H A Dnand_base.c1794 if (chip->options & NAND_NEED_READRDY) { in nand_do_read_ops()
2063 if (chip->options & NAND_NEED_READRDY) { in nand_do_read_oob()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_ids.c13 #define SP_OPTIONS NAND_NEED_READRDY
H A Dnand_base.c3541 if (!(chip->options & NAND_NEED_READRDY)) in nand_wait_readrdy()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h198 #define NAND_NEED_READRDY 0x00000100 macro
/openbmc/linux/include/linux/mtd/
H A Drawnand.h128 #define NAND_NEED_READRDY BIT(8) macro