Home
last modified time | relevance | path

Searched refs:NAND_OP_WAIT_RDY (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_base.c1149 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_sp_exec_read_page_op()
1192 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_read_page_op()
1261 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), 0), in nand_lp_exec_cont_read_page_op()
1263 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_cont_read_page_op()
1271 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_cont_read_page_op()
1405 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_read_param_page_op()
1549 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), 0), in nand_exec_prog_page_op()
1654 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), in nand_prog_page_end_op()
1972 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tBERS_max), in nand_erase_op()
2034 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_set_features_op()
[all …]
/linux/include/linux/mtd/
H A Drawnand.h837 #define NAND_OP_WAIT_RDY(tout_ms, ns) \ macro