Home
last modified time | relevance | path

Searched refs:tRTP (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/memory/
Djedec_ddr_data.c44 .tRTP = 7500,
65 .tRTP = 7500,
86 .tRTP = 7500,
107 .tRTP = 7500,
128 .tRTP = 2,
Djedec_ddr.h137 u32 tRTP; member
161 u32 tRTP; member
190 u32 tRTP; member
219 u32 tRTP; member
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()
183 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_lpddr3_get_min_tck()
227 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
/Linux-v5.15/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
Dexynos5422-odroid-core.dtsi348 tRTP-min-tck = <2>;
375 tRTP = <3750>;
/Linux-v5.15/Documentation/devicetree/bindings/ddr/
Dlpddr2.txt25 - tRTP-min-tck
55 tRTP-min-tck = <2>;
71 tRTP = <7500>;
92 tRTP = <7500>;
Dlpddr3.txt30 - tRTP-min-tck
69 tRTP-min-tck = <2>;
96 tRTP = <3750>;
Dlpddr3-timings.txt24 - tRTP
49 tRTP = <3750>;
Dlpddr2-timings.txt20 - tRTP
44 tRTP = <7500>;
/Linux-v5.15/drivers/memory/samsung/
Dexynos5422-dmc.c1099 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned()
1100 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned()
1101 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()