Home
last modified time | relevance | path

Searched refs:tRTP (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/memory/
H A Djedec_ddr_data.c44 .tRTP = 7500,
65 .tRTP = 7500,
86 .tRTP = 7500,
107 .tRTP = 7500,
128 .tRTP = 2,
H A Djedec_ddr.h137 u32 tRTP; member
161 u32 tRTP; member
190 u32 tRTP; member
219 u32 tRTP; member
H A Dof_memory.c45 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_get_min_tck()
77 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_do_get_timings()
184 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_lpddr3_get_min_tck()
228 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
H A Demif.c472 val = max(min_tck->tRTP, DIV_ROUND_UP(timings->tRTP, t_ck)) - 1; in get_sdram_tim_2_shdw()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
H A Dexynos5422-odroid-core.dtsi348 tRTP-min-tck = <2>;
375 tRTP = <3750>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/
H A Dlpddr2.txt25 - tRTP-min-tck
55 tRTP-min-tck = <2>;
71 tRTP = <7500>;
92 tRTP = <7500>;
H A Dlpddr3.txt27 - tRTP-min-tck
64 tRTP-min-tck = <2>;
91 tRTP = <3750>;
H A Dlpddr3-timings.txt24 - tRTP
49 tRTP = <3750>;
H A Dlpddr2-timings.txt20 - tRTP
44 tRTP = <7500>;
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c124 struct dram_sun9i_timing tRTP; member
387 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() local
539 writel((MCTL_DIV2(tXP) << 16) | (MCTL_DIV2(tRTP) << 8) | in mctl_channel_init()
645 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init()
897 .tRTP = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c64 .tRTP = 2,
H A Dsdram.c641 .tRTP = 2,
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c87 .tRTP = 2,
H A Dsdram_elpida.c269 .tRTP = 2,
/OK3568_Linux_fs/kernel/drivers/memory/samsung/
H A Dexynos5422-dmc.c1104 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned()
1105 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned()
1106 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
/OK3568_Linux_fs/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg65 # bit31-28: 3, 4 cyle tRTP
H A Dkwbimage-lsxhl.cfg65 # bit31-28: 2, 3 cyle tRTP
/OK3568_Linux_fs/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg62 # bit31-28: 2, 3 cyle tRTP
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Demif.h1133 u32 tRTP; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c637 val = max(min_tck->tRTP, ns_x2_2_cycles(timings->tRTPx2)) - 1; in get_sdram_tim_2_reg()