Searched refs:tWTR (Results 1 – 11 of 11) sorted by relevance
/external/u-boot/arch/arm/mach-sunxi/ |
D | dram_sun9i.c | 122 struct dram_sun9i_timing tWTR; member 385 const u32 tWTR = MAX(para->tWTR.ck, PS2CYCLES_ROUNDUP(para->tWTR.ps)); in mctl_channel_init() local 518 #define WR2PRE (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init() 520 #define WR2RD (MCTL_BL/2 + CWL + tWTR) in mctl_channel_init() 642 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init() 895 .tWTR = { .ck = 4, .ps = 7500 }, in sunxi_dram_init()
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | emif.c | 61 .tWTR = 2,
|
D | sdram.c | 642 .tWTR = 2,
|
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | emif.c | 84 .tWTR = 2,
|
D | sdram_elpida.c | 266 .tWTR = 2,
|
/external/u-boot/board/tbs/tbs2910/ |
D | tbs2910.cfg | 83 /* tDLLK=0x1ff+1,tRTP=3+1,tWTR=3+1,tRRD=3+1 */
|
/external/u-boot/board/buffalo/lsxl/ |
D | kwbimage-lsxhl.cfg | 59 # bit19-16: 2, 3 cyle tWTR
|
D | kwbimage-lschl.cfg | 59 # bit19-16: 2, 3 cyle tWTR
|
/external/u-boot/board/d-link/dns325/ |
D | kwbimage.cfg | 56 # bit19-16: 2, 3 cyle tWTR
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1176 u32 tWTR; member
|
/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 687 val = max(min_tck->tWTR, ns_x2_2_cycles(timings->tWTRx2)) - 1; in get_sdram_tim_1_reg()
|