Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dnand_base.c1142 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_sp_exec_read_page_op()
1185 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_read_page_op()
1281 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_read_param_page_op()
1422 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), 0), in nand_exec_prog_page_op()
1526 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), in nand_prog_page_end_op()
1843 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tBERS_max), in nand_erase_op()
1904 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_set_features_op()
1951 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_get_features_op()
1986 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(timeout_ms), in nand_wait_rdy_op()
2021 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tRST_max), in nand_reset_op()
/Linux-v6.1/include/linux/mtd/
Drawnand.h833 #define NAND_OP_WAIT_RDY(tout_ms, ns) \ macro