Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Donfi.h171 u16 tR; member
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt21 read registers (tR). If not present then a default of 20us is used.
Dfsl-upm-nand.txt19 read registers (tR). Required if property "gpios" is not used
/Linux-v5.4/drivers/mtd/nand/raw/
Dnand_timings.c301 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_data_interface()
Dmarvell_nand.c441 unsigned int tR; member
2366 nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns); in marvell_nfc_setup_data_interface()
2368 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max, in marvell_nfc_setup_data_interface()
2370 if (nfc_tmg.tR + 3 > nfc_tmg.tCH) in marvell_nfc_setup_data_interface()
2371 nfc_tmg.tR = nfc_tmg.tCH - 3; in marvell_nfc_setup_data_interface()
2373 nfc_tmg.tR = 0; in marvell_nfc_setup_data_interface()
2391 NDTR1_TR(nfc_tmg.tR); in marvell_nfc_setup_data_interface()
Dnand_onfi.c294 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
/Linux-v5.4/tools/power/pm-graph/
Dsleepgraph.py1542 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
1543 tL = tR - tS
1545 left = True if tR > tZero else False
1705 tS = tR = False
1712 if not tR and ps >= self.tResumed:
1714 tR = True