Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/mtd/
H A Donfi.h161 * @tR: Page read time
171 u16 tR; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Donfi.h169 * @tR: Page read time
181 u16 tR; member
/kernel/linux/linux-6.6/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. in onfi_fill_sdr_interface_config()
674 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_sdr_interface_config()
701 * tPROG, tBERS, tR, tCCS and tCAD. in onfi_fill_nvddr_interface_config()
710 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_nvddr_interface_config()
H A Dmarvell_nand.c443 * @tR: ND_nWE high to ND_nRE low for read
458 unsigned int tR; member
2443 * NFCv1: No WAIT_MODE, tR must be maximal. in marvell_nfc_setup_interface()
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()
H A Dnand_onfi.c318 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmarvell_nand.c435 * @tR: ND_nWE high to ND_nRE low for read
450 unsigned int tR; member
2426 * NFCv1: No WAIT_MODE, tR must be maximal. in marvell_nfc_setup_interface()
2429 nfc_tmg.tR = TO_CYCLES(sdr->tWB_max, period_ns); in marvell_nfc_setup_interface()
2431 nfc_tmg.tR = TO_CYCLES64(sdr->tWB_max + sdr->tR_max, in marvell_nfc_setup_interface()
2433 if (nfc_tmg.tR + 3 > nfc_tmg.tCH) in marvell_nfc_setup_interface()
2434 nfc_tmg.tR = nfc_tmg.tCH - 3; in marvell_nfc_setup_interface()
2436 nfc_tmg.tR = 0; in marvell_nfc_setup_interface()
2454 NDTR1_TR(nfc_tmg.tR); in marvell_nfc_setup_interface()
H A Dnand_onfi.c316 onfi->tR = le16_to_cpu(p->t_r); in nand_onfi_detect()
H A Dnand_timings.c17 * tR and tCCS will take the default values precised in the ONFI specification
628 * tPROG, tBERS, tR and tCCS. in onfi_fill_interface_config()
637 timings->tR_max = 1000000ULL * onfi->tR; in onfi_fill_interface_config()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py1641 tS, tR = self.dmesg[lp]['end'], self.dmesg[phase]['start']
1642 tL = tR - tS
1644 left = True if tR > tZero else False
1826 tS = tR = False
1833 if not tR and ps >= self.tResumed:
1835 tR = True
4937 ' var tR = "<t2>)</t2>";\n'\
4941 ' tR = " <t2>"+prefix+" Resume:</t2><t0> "+total[2].toFixed(3)+" ms<t2>)</t2></t0>";\n'\
4947 ' devtitle.innerHTML = "<t0>"+driver+name+"</t0> "+tS+tR;\n'\
/kernel/linux/linux-6.6/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 32 milliseconds