Home
last modified time | relevance | path

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

/openbmc/linux/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.h157 u32 tRTP; member
181 u32 tRTP; member
237 u32 tRTP; member
266 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()
230 ret |= of_property_read_u32(np, "tRTP", &tim->tRTP); in of_lpddr3_do_get_timings()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Delpida_ecb240abacn.dtsi19 tRTP-min-tck = <2>;
35 tRTP = <7500>;
57 tRTP = <7500>;
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c121 struct dram_sun9i_timing tRTP; member
384 const u32 tRTP = MAX(para->tRTP.ck, PS2CYCLES_ROUNDUP(para->tRTP.ps)); in mctl_channel_init() local
536 writel((MCTL_DIV2(tXP) << 16) | (MCTL_DIV2(tRTP) << 8) | in mctl_channel_init()
642 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init()
894 .tRTP = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr2.yaml70 tRTP-min-tck:
158 tRTP-min-tck = <2>;
174 tRTP = <7500>;
195 tRTP = <7500>;
H A Djedec,lpddr2-timings.yaml72 tRTP:
128 tRTP = <7500>;
H A Djedec,lpddr3.yaml129 tRTP-min-tck:
212 tRTP-min-tck = <2>;
236 tRTP = <3750>;
H A Djedec,lpddr3-timings.yaml94 tRTP:
150 tRTP = <3750>;
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c63 .tRTP = 2,
H A Dsdram.c644 .tRTP = 2,
/openbmc/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c86 .tRTP = 2,
H A Dsdram_elpida.c268 .tRTP = 2,
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.cfg83 /* tDLLK=0x1ff+1,tRTP=3+1,tWTR=3+1,tRRD=3+1 */
/openbmc/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1099 val = dmc->timings->tRTP / clk_period_ps; in create_timings_aligned()
1100 val += dmc->timings->tRTP % clk_period_ps ? 1 : 0; in create_timings_aligned()
1101 val = max(val, dmc->min_tck->tRTP); in create_timings_aligned()
/openbmc/u-boot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg63 # bit31-28: 3, 4 cyle tRTP
H A Dkwbimage-lsxhl.cfg63 # bit31-28: 2, 3 cyle tRTP
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos5422-odroid-core.dtsi350 tRTP-min-tck = <2>;
376 tRTP = <3750>;
/openbmc/u-boot/board/d-link/dns325/
H A Dkwbimage.cfg60 # bit31-28: 2, 3 cyle tRTP
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1178 u32 tRTP; member
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c723 val = max(min_tck->tRTP, ns_x2_2_cycles(timings->tRTPx2)) - 1; in get_sdram_tim_2_reg()