Searched refs:NAND_COMMON_TIMING_MS (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nand_base.c | 1140 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_sp_exec_read_page_op() 1183 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_lp_exec_read_page_op() 1279 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tR_max), in nand_read_param_page_op() 1420 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), 0), in nand_exec_prog_page_op() 1524 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tPROG_max), in nand_prog_page_end_op() 1840 NAND_COMMON_TIMING_MS(conf, tWB_max)), in nand_erase_op() 1841 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tBERS_max), in nand_erase_op() 1902 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_set_features_op() 1949 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tFEAT_max), in nand_get_features_op() 2019 NAND_OP_WAIT_RDY(NAND_COMMON_TIMING_MS(conf, tRST_max), in nand_reset_op() [all …]
|
/Linux-v5.15/include/linux/mtd/ |
D | rawnand.h | 583 #define NAND_COMMON_TIMING_MS(conf, timing_name) \ macro
|