Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Demif.c64 .tRTP = 2,
H A Dsdram.c641 .tRTP = 2,
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/
H A Demif.c87 .tRTP = 2,
H A Dsdram_elpida.c269 .tRTP = 2,
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/board/d-link/dns325/
H A Dkwbimage.cfg62 # bit31-28: 2, 3 cyle tRTP
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Demif.h1133 u32 tRTP; member
/rk3399_rockchip-uboot/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()