tR                441 drivers/mtd/nand/raw/marvell_nand.c 	unsigned int tR;
tR               2366 drivers/mtd/nand/raw/marvell_nand.c 		nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns);
tR               2368 drivers/mtd/nand/raw/marvell_nand.c 		nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max,
tR               2370 drivers/mtd/nand/raw/marvell_nand.c 		if (nfc_tmg.tR + 3 > nfc_tmg.tCH)
tR               2371 drivers/mtd/nand/raw/marvell_nand.c 			nfc_tmg.tR = nfc_tmg.tCH - 3;
tR               2373 drivers/mtd/nand/raw/marvell_nand.c 			nfc_tmg.tR = 0;
tR               2391 drivers/mtd/nand/raw/marvell_nand.c 		NDTR1_TR(nfc_tmg.tR);
tR                294 drivers/mtd/nand/raw/nand_onfi.c 	onfi->tR = le16_to_cpu(p->t_r);
tR                301 drivers/mtd/nand/raw/nand_timings.c 		timings->tR_max = 1000000ULL * onfi->tR;
tR                171 include/linux/mtd/onfi.h 	u16 tR;