Searched refs:tWTR (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/lib/ |
D | jedec_ddr_data.c | 44 .tWTR = 10000, 65 .tWTR = 7500, 86 .tWTR = 7500, 107 .tWTR = 7500, 128 .tWTR = 2,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | elpida_ecb240abacn.dtsi | 17 tWTR-min-tck = <2>; 33 tWTR = <7500>; 55 tWTR = <10000>;
|
/Linux-v4.19/Documentation/devicetree/bindings/lpddr2/ |
D | lpddr2.txt | 23 - tWTR-min-tck 53 tWTR-min-tck = <2>; 69 tWTR = <7500>; 90 tWTR = <10000>;
|
D | lpddr2-timings.txt | 18 - tWTR 42 tWTR = <7500>;
|
/Linux-v4.19/include/memory/ |
D | jedec_ddr.h | 137 u32 tWTR; member 161 u32 tWTR; member
|
/Linux-v4.19/drivers/memory/ |
D | of_memory.c | 46 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()
|
D | emif.c | 439 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()
|