Home
last modified time | relevance | path

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

/linux/drivers/memory/
A Djedec_ddr_data.c44 .tRTP = 7500,
65 .tRTP = 7500,
86 .tRTP = 7500,
107 .tRTP = 7500,
128 .tRTP = 2,
A Djedec_ddr.h157 u32 tRTP; member
181 u32 tRTP; member
237 u32 tRTP; member
266 u32 tRTP; member
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()
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/arch/arm/boot/dts/
A Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
A Dexynos5422-odroid-core.dtsi348 tRTP-min-tck = <2>;
375 tRTP = <3750>;
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
A Dlpddr3.txt30 - tRTP-min-tck
70 tRTP-min-tck = <2>;
97 tRTP = <3750>;
A Dlpddr3-timings.txt24 - tRTP
49 tRTP = <3750>;
A Dlpddr2-timings.txt20 - tRTP
44 tRTP = <7500>;
A Djedec,lpddr2.yaml86 tRTP-min-tck:
177 tRTP-min-tck = <2>;
193 tRTP = <7500>;
214 tRTP = <7500>;
/linux/drivers/memory/samsung/
A 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()

Completed in 15 milliseconds