Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Donfi.h181 u16 tR; member
/linux/Documentation/devicetree/bindings/mtd/
H A Dgpio-control-nand.txt21 read registers (tR). If not present then a default of 20us is used.
H A Dfsl-upm-nand.txt21 read registers (tR). Required if property "gpios" is not used
/linux/drivers/mtd/nand/raw/
H A 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()
H A Dnand_onfi.c318 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
/linux/tools/power/pm-graph/
H A Dsleepgraph.py1855 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
1856 tL = tR - tS
1859 left = True if tR > tZero else False
2045 tS = tR = False
2052 if not tR and ps >= self.tResumed:
2054 tR = True