Searched refs:NAND_COMMON_TIMING_MS (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/mtd/nand/raw/ |
| D | nand_base.c | 1142 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() 2021 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tRST_max), in nand_reset_op() 3386 WARN_ON(nand_wait_rdy_op(chip, NAND_COMMON_TIMING_MS(conf, tR_max), 0)); in nand_wait_readrdy()
|
| /Linux-v6.1/include/linux/mtd/ |
| D | rawnand.h | 583 #define NAND_COMMON_TIMING_MS(conf, timing_name) \ macro
|