Home
last modified time | relevance | path

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

/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/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/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/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()