Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Djedec_ddr_data.c44 .tWTR = 10000,
65 .tWTR = 7500,
86 .tWTR = 7500,
107 .tWTR = 7500,
128 .tWTR = 2,
/Linux-v4.19/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi17 tWTR-min-tck = <2>;
33 tWTR = <7500>;
55 tWTR = <10000>;
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/
Dlpddr2.txt23 - tWTR-min-tck
53 tWTR-min-tck = <2>;
69 tWTR = <7500>;
90 tWTR = <10000>;
Dlpddr2-timings.txt18 - tWTR
42 tWTR = <7500>;
/Linux-v4.19/include/memory/
Djedec_ddr.h137 u32 tWTR; member
161 u32 tWTR; member
/Linux-v4.19/drivers/memory/
Dof_memory.c46 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
78 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
Demif.c439 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw()
472 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw_derated()