Searched refs:NAND_OP_WAIT_RDY (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 1146 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_sp_exec_read_page_op() 1189 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_read_page_op() 1243 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), 0), in nand_lp_exec_cont_read_page_op() 1245 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_cont_read_page_op() 1253 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_cont_read_page_op() 1388 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_read_param_page_op() 1532 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), 0), in nand_exec_prog_page_op() 1636 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), in nand_prog_page_end_op() 1954 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tBERS_max), in nand_erase_op() 2015 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_set_features_op() [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | rawnand.h | 837 #define NAND_OP_WAIT_RDY(tout_ms, ns) \ macro
|