Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/memory/
Djedec_ddr_data.c44 .tRTP = 7500,
65 .tRTP = 7500,
86 .tRTP = 7500,
107 .tRTP = 7500,
128 .tRTP = 2,
Djedec_ddr.h157 u32 tRTP; member
181 u32 tRTP; member
237 u32 tRTP; member
266 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()
229 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
/linux-5.19.10/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
Dexynos5422-odroid-core.dtsi346 tRTP-min-tck = <2>;
372 tRTP = <3750>;
/linux-5.19.10/Documentation/devicetree/bindings/memory-controllers/ddr/
Djedec,lpddr2.yaml100 tRTP-min-tck:
188 tRTP-min-tck = <2>;
204 tRTP = <7500>;
225 tRTP = <7500>;
Djedec,lpddr2-timings.yaml72 tRTP:
128 tRTP = <7500>;
Djedec,lpddr3-timings.yaml94 tRTP:
150 tRTP = <3750>;
Djedec,lpddr3.yaml149 tRTP-min-tck:
232 tRTP-min-tck = <2>;
256 tRTP = <3750>;
/linux-5.19.10/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()