Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/memory/
H A Djedec_ddr_data.c42 .tWTR = 10000,
63 .tWTR = 7500,
84 .tWTR = 7500,
105 .tWTR = 7500,
126 .tWTR = 2,
H A Djedec_ddr.h135 u32 tWTR; member
159 u32 tWTR; member
188 u32 tWTR; member
217 u32 tWTR; member
H A 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()
182 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_lpddr3_get_min_tck()
226 ret |= of_property_read_u32(np, "tWTR", &tim->tWTR); in of_lpddr3_do_get_timings()
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Delpida_ecb240abacn.dtsi17 tWTR-min-tck = <2>;
33 tWTR = <7500>;
55 tWTR = <10000>;
H A Dexynos5422-odroid-core.dtsi346 tWTR-min-tck = <2>;
373 tWTR = <3750>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/
H A Dlpddr2.txt23 - tWTR-min-tck
53 tWTR-min-tck = <2>;
69 tWTR = <7500>;
90 tWTR = <10000>;
H A Dlpddr3.txt25 - tWTR-min-tck
62 tWTR-min-tck = <2>;
89 tWTR = <3750>;
H A Dlpddr3-timings.txt22 - tWTR
47 tWTR = <3750>;
H A Dlpddr2-timings.txt18 - tWTR
42 tWTR = <7500>;
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c125 struct dram_sun9i_timing tWTR; member
388 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() local
521 #define WR2PRE (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init()
523 #define WR2RD (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init()
645 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init()
898 .tWTR = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c62 .tWTR = 2,
H A Dsdram.c639 .tWTR = 2,
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c85 .tWTR = 2,
H A Dsdram_elpida.c267 .tWTR = 2,
/OK3568_Linux_fs/rkbin/doc/release/
H A DRK3588_CN.md133 | 3 | 重要 | 优化LPDDR5性能 | LPDDR5模式下tWTR计算错误导致效率较差 | - …
H A DRK3588_EN.md133 | 3 | important | improve LP5 performance | LPDDR5 timing tWTR calculate error lead to sl…
/OK3568_Linux_fs/kernel/drivers/memory/samsung/
H A 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()
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg61 # bit19-16: 2, 3 cyle tWTR
H A Dkwbimage-lsxhl.cfg61 # bit19-16: 2, 3 cyle tWTR
/OK3568_Linux_fs/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg58 # bit19-16: 2, 3 cyle tWTR
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Demif.h1131 u32 tWTR; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c601 val = max(min_tck->tWTR, ns_x2_2_cycles(timings->tWTRx2)) - 1; in get_sdram_tim_1_reg()