Searched refs:NAND_COMMON_TIMING_NS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 666 ndelay(NAND_COMMON_TIMING_NS(conf, tWB_max)); in nand_soft_waitrdy() 1149 NAND_OP_ADDR(3, addrs, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_sp_exec_read_page_op() 1151 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_sp_exec_read_page_op() 1192 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_read_page_op() 1194 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_lp_exec_read_page_op() 1261 NAND_OP_CMD(NAND_CMD_READSTART, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op() 1263 NAND_OP_CMD(NAND_CMD_READCACHESEQ, NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op() 1265 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_lp_exec_cont_read_page_op() 1271 NAND_COMMON_TIMING_NS(conf, tWB_max)), in nand_lp_exec_cont_read_page_op() 1273 NAND_COMMON_TIMING_NS(conf, tRR_min)), in nand_lp_exec_cont_read_page_op() [all …]
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 590 #define NAND_COMMON_TIMING_NS(conf, timing_name) \ macro
|