Home
last modified time | relevance | path

Searched full:trtp (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/memory/
H A Djedec_ddr_data.c44 .tRTP = 7500,
65 .tRTP = 7500,
86 .tRTP = 7500,
107 .tRTP = 7500,
128 .tRTP = 2,
H A Dof_memory.c45 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_get_min_tck()
77 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_do_get_timings()
184 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_lpddr3_get_min_tck()
230 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
H A Djedec_ddr.h157 u32 tRTP; member
181 u32 tRTP; member
237 u32 tRTP; member
266 u32 tRTP; member
/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml70 tRTP-min-tck:
158 tRTP-min-tck = <2>;
174 tRTP = <7500>;
195 tRTP = <7500>;
H A Djedec,lpddr3.yaml129 tRTP-min-tck:
212 tRTP-min-tck = <2>;
236 tRTP = <3750>;
H A Djedec,lpddr2-timings.yaml72 tRTP:
128 tRTP = <7500>;
H A Djedec,lpddr3-timings.yaml94 tRTP:
150 tRTP = <3750>;
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c219 TIMING_FIELD("tRTP", 20, 23),
1101 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned()
1102 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned()
1103 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi350 tRTP-min-tck = <2>;
376 tRTP = <3750>;
/linux/drivers/memory/tegra/
H A Dtegra210-emc-cc-r21021.c663 * one to tRTP should be ok. There is no other source of non in tegra210_emc_r21021_set_clock()