Searched refs:tR (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/mtd/
H A Donfi.h169 * @tR: Page read time
181 u16 tR; member in struct:onfi_params
/linux-master/drivers/mtd/nand/raw/
H A Dnand_timings.c17 * tR and tCCS will take the default values precised in the ONFI specification
665 * tPROG, tBERS, tR and tCCS.
674 timings->tR_max = 1000000ULL * onfi->tR;
701 * tPROG, tBERS, tR, tCCS and tCAD.
710 timings->tR_max = 1000000ULL * onfi->tR;
H A Dnand_onfi.c318 onfi->tR = le16_to_cpu(p->t_r);
H A Dmarvell_nand.c443 * @tR: ND_nWE high to ND_nRE low for read
458 unsigned int tR; member in struct:marvell_nfc_timings
2443 * NFCv1: No WAIT_MODE, tR must be maximal.
2446 nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns);
2448 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max,
2450 if (nfc_tmg.tR + 3 > nfc_tmg.tCH)
2451 nfc_tmg.tR = nfc_tmg.tCH - 3;
2453 nfc_tmg.tR = 0;
2471 NDTR1_TR(nfc_tmg.tR);
/linux-master/tools/power/pm-graph/
H A 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
5191 ' var tR = "<t2>)</t2>";\n'\
5195 ' tR = " <t2>"+prefix+" Resume:</t2><t0> "+total[2].toFixed(3)+" ms<t2>)</t2></t0>";\n'\
5201 ' devtitle.innerHTML = "<t0>"+driver+name+"</t0> "+tS+tR;\n'\

Completed in 122 milliseconds