Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dnand_ids.c16 #define SP_OPTIONS NAND_NEED_READRDY
Dnand_base.c1781 if (chip->options & NAND_NEED_READRDY) { in nand_do_read_ops()
2078 if (chip->options & NAND_NEED_READRDY) { in nand_do_read_oob()
/linux-4.4.14/include/linux/mtd/
Dnand.h149 #define NAND_NEED_READRDY 0x00000100 macro