Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c125 struct dram_sun9i_timing tWTR; member
388 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() local
521 #define WR2PRE (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init()
523 #define WR2RD (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init()
645 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init()
898 .tWTR = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Demif.c62 .tWTR = 2,
H A Dsdram.c639 .tWTR = 2,
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/
H A Demif.c85 .tWTR = 2,
H A Dsdram_elpida.c267 .tWTR = 2,
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg61 # bit19-16: 2, 3 cyle tWTR
H A Dkwbimage-lsxhl.cfg61 # bit19-16: 2, 3 cyle tWTR
/rk3399_rockchip-uboot/board/d-link/dns325/
H A Dkwbimage.cfg58 # bit19-16: 2, 3 cyle tWTR
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Demif.h1131 u32 tWTR; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Demif-common.c601 val = max(min_tck->tWTR, ns_x2_2_cycles(timings->tWTRx2)) - 1; in get_sdram_tim_1_reg()