Home
last modified time | relevance | path

Searched refs:tR (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt19 read registers (tR). Required if property "gpios" is not used
Dgpio-control-nand.txt21 read registers (tR). If not present then a default of 20us is used.
/Linux-v4.19/drivers/mtd/nand/raw/
Dnand_timings.c318 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_data_interface()
Dmarvell_nand.c371 unsigned int tR; member
2254 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()
Dnand_base.c5297 onfi->tR = le16_to_cpu(p->t_r); in nand_flash_detect_onfi()
/Linux-v4.19/include/linux/mtd/
Drawnand.h462 u16 tR; member