Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/mtd/
Donfi.h181 u16 tR; member
/linux-6.6.21/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt21 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-6.6.21/drivers/mtd/nand/raw/
Dnand_timings.c674 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_sdr_interface_config()
710 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_nvddr_interface_config()
Dmarvell_nand.c458 unsigned int tR; member
2446 nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns); in marvell_nfc_setup_interface()
2448 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max, in marvell_nfc_setup_interface()
2450 if (nfc_tmg.tR + 3 > nfc_tmg.tCH) in marvell_nfc_setup_interface()
2451 nfc_tmg.tR = nfc_tmg.tCH - 3; in marvell_nfc_setup_interface()
2453 nfc_tmg.tR = 0; in marvell_nfc_setup_interface()
2471 NDTR1_TR(nfc_tmg.tR); in marvell_nfc_setup_interface()
Dnand_onfi.c318 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
/linux-6.6.21/tools/power/pm-graph/
Dsleepgraph.py1832 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
1833 tL = tR - tS
1836 left = True if tR > tZero else False
2022 tS = tR = False
2029 if not tR and ps >= self.tResumed:
2031 tR = True