/openbmc/linux/drivers/memory/ |
H A D | jedec_ddr_data.c | 44 .tRTP = 7500, 65 .tRTP = 7500, 86 .tRTP = 7500, 107 .tRTP = 7500, 128 .tRTP = 2,
|
H A D | jedec_ddr.h | 157 u32 tRTP; member 181 u32 tRTP; member 237 u32 tRTP; member 266 u32 tRTP; member
|
H A D | of_memory.c | 45 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 D | elpida_ecb240abacn.dtsi | 19 tRTP-min-tck = <2>; 35 tRTP = <7500>; 57 tRTP = <7500>;
|
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sun9i.c | 121 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 D | jedec,lpddr2.yaml | 70 tRTP-min-tck: 158 tRTP-min-tck = <2>; 174 tRTP = <7500>; 195 tRTP = <7500>;
|
H A D | jedec,lpddr2-timings.yaml | 72 tRTP: 128 tRTP = <7500>;
|
H A D | jedec,lpddr3.yaml | 129 tRTP-min-tck: 212 tRTP-min-tck = <2>; 236 tRTP = <3750>;
|
H A D | jedec,lpddr3-timings.yaml | 94 tRTP: 150 tRTP = <3750>;
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | emif.c | 63 .tRTP = 2,
|
H A D | sdram.c | 644 .tRTP = 2,
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | emif.c | 86 .tRTP = 2,
|
H A D | sdram_elpida.c | 268 .tRTP = 2,
|
/openbmc/u-boot/board/tbs/tbs2910/ |
H A D | tbs2910.cfg | 83 /* tDLLK=0x1ff+1,tRTP=3+1,tWTR=3+1,tRRD=3+1 */
|
/openbmc/linux/drivers/memory/samsung/ |
H A D | exynos5422-dmc.c | 1099 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 D | kwbimage-lschl.cfg | 63 # bit31-28: 3, 4 cyle tRTP
|
H A D | kwbimage-lsxhl.cfg | 63 # bit31-28: 2, 3 cyle tRTP
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroid-core.dtsi | 350 tRTP-min-tck = <2>; 376 tRTP = <3750>;
|
/openbmc/u-boot/board/d-link/dns325/ |
H A D | kwbimage.cfg | 60 # bit31-28: 2, 3 cyle tRTP
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1178 u32 tRTP; member
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 723 val = max(min_tck->tRTP, ns_x2_2_cycles(timings->tRTPx2)) - 1; in get_sdram_tim_2_reg()
|