Searched refs:tR (Results 1 – 6 of 6) sorted by relevance
19 read registers (tR). Required if property "gpios" is not used
21 read registers (tR). If not present then a default of 20us is used.
318 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_data_interface()
371 unsigned int tR; member2254 nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns); in marvell_nfc_setup_data_interface()2256 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max, in marvell_nfc_setup_data_interface()2258 if (nfc_tmg.tR + 3 > nfc_tmg.tCH) in marvell_nfc_setup_data_interface()2259 nfc_tmg.tR = nfc_tmg.tCH - 3; in marvell_nfc_setup_data_interface()2261 nfc_tmg.tR = 0; in marvell_nfc_setup_data_interface()2279 NDTR1_TR(nfc_tmg.tR); in marvell_nfc_setup_data_interface()
5297 onfi->tR = le16_to_cpu(p->t_r); in nand_flash_detect_onfi()
462 u16 tR; member