Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Djedec_ddr_data.c44 .tWTR = 10000,
65 .tWTR = 7500,
86 .tWTR = 7500,
107 .tWTR = 7500,
128 .tWTR = 2,
/linux-4.4.14/arch/arm/mach-omap2/
Dsdram-nokia.c41 u32 tWTR; member
61 .tWTR = 2,
82 .tWTR = 2
103 .tWTR = 2,
124 .tWTR = 2
257 SDRC_SET_ONE(&actim_ctrlb, 16, 17, tWTR, l3_rate); in sdrc_timings()
/linux-4.4.14/arch/arm/boot/dts/
Delpida_ecb240abacn.dtsi16 tWTR-min-tck = <2>;
32 tWTR = <7500>;
54 tWTR = <10000>;
Dsamsung_k3pe0e000b.dtsi16 tWTR-min-tck = <2>;
32 tWTR = <7500>;
54 tWTR = <7500>;
/linux-4.4.14/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-4.4.14/include/memory/
Djedec_ddr.h137 u32 tWTR; member
161 u32 tWTR; member
/linux-4.4.14/drivers/memory/
Dof_memory.c45 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck()
77 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()