Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Djedec_ddr_data.c46 .tRTP = 7500,
67 .tRTP = 7500,
88 .tRTP = 7500,
109 .tRTP = 7500,
130 .tRTP = 2,
/Linux-v4.19/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/
Dlpddr2.txt25 - tRTP-min-tck
55 tRTP-min-tck = <2>;
71 tRTP = <7500>;
92 tRTP = <7500>;
Dlpddr2-timings.txt20 - tRTP
44 tRTP = <7500>;
/Linux-v4.19/include/memory/
Djedec_ddr.h139 u32 tRTP; member
163 u32 tRTP; member
/Linux-v4.19/drivers/memory/
Dof_memory.c48 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_get_min_tck()
80 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_do_get_timings()
Demif.c516 val = max(min_tck->tRTP, DIV_ROUND_UP(timings->tRTP, t_ck)) - 1; in get_sdram_tim_2_shdw()