Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dnand_base.c660 ndelay(NAND_COMMON_TIMING_NS(conf, tWB_max)); in nand_soft_waitrdy()
1139 NAND_OP_ADDR(3, addrs, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_sp_exec_read_page_op()
1141 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_sp_exec_read_page_op()
1182 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_read_page_op()
1184 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_lp_exec_read_page_op()
1278 NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_read_param_page_op()
1280 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_read_param_page_op()
1336 NAND_COMMON_TIMING_NS(conf, tCCS_min)), in nand_change_read_column_op()
1416 NAND_OP_ADDR(0, addrs, NAND_COMMON_TIMING_NS(conf, tADL_min)), in nand_exec_prog_page_op()
1419 NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_exec_prog_page_op()
[all …]
/Linux-v5.15/include/linux/mtd/
Drawnand.h586 #define NAND_COMMON_TIMING_NS(conf, timing_name) \ macro