Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/memory/
Djedec_ddr_data.c42 .tWTR = 10000,
63 .tWTR = 7500,
84 .tWTR = 7500,
105 .tWTR = 7500,
126 .tWTR = 2,
Djedec_ddr.h135 u32 tWTR; member
159 u32 tWTR; member
188 u32 tWTR; member
217 u32 tWTR; member
Dof_memory.c43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
75 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_do_get_timings()
181 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_lpddr3_get_min_tck()
225 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_lpddr3_do_get_timings()
Demif.c395 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw()
428 val = max(min_tck->tWTR, DIV_ROUND_UP(timings->tWTR, t_ck)) - 1; in get_sdram_tim_1_shdw_derated()
/Linux-v5.10/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi17 tWTR-min-tck = <2>;
33 tWTR = <7500>;
55 tWTR = <10000>;
Dexynos5422-odroid-core.dtsi346 tWTR-min-tck = <2>;
373 tWTR = <3750>;
/Linux-v5.10/Documentation/devicetree/bindings/ddr/
Dlpddr2.txt23 - tWTR-min-tck
53 tWTR-min-tck = <2>;
69 tWTR = <7500>;
90 tWTR = <10000>;
Dlpddr3.txt25 - tWTR-min-tck
62 tWTR-min-tck = <2>;
89 tWTR = <3750>;
Dlpddr3-timings.txt22 - tWTR
47 tWTR = <3750>;
Dlpddr2-timings.txt18 - tWTR
42 tWTR = <7500>;
/Linux-v5.10/drivers/memory/samsung/
Dexynos5422-dmc.c1092 val = dmc->timings->tWTR / clk_period_ps; in create_timings_aligned()
1093 val += dmc->timings->tWTR % clk_period_ps ? 1 : 0; in create_timings_aligned()
1094 val = max(val, dmc->min_tck->tWTR); in create_timings_aligned()