Home
last modified time | relevance | path

Searched refs:tR_max (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_timings.c24 .tR_max = 200000000,
66 .tR_max = 200000000,
108 .tR_max = 200000000,
150 .tR_max = 200000000,
192 .tR_max = 200000000,
234 .tR_max = 200000000,
318 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_data_interface()
334 timings->tR_max = 1000000ULL * 200000000ULL; in onfi_fill_data_interface()
Dnand_base.c1454 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_sp_exec_read_page_op()
1497 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_lp_exec_read_page_op()
1593 NAND_OP_WAIT_RDY(PSEC_TO_MSEC(sdr->tR_max), in nand_read_param_page_op()
Dmarvell_nand.c2256 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max, in marvell_nfc_setup_data_interface()
/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dgpmi-lib.c410 busy_timeout_cycles = TO_CYCLES(sdr->tWB_max + sdr->tR_max, period_ps); in gpmi_nfc_compute_timings()
/Linux-v4.19/include/linux/mtd/
Drawnand.h731 u64 tR_max; member