Searched refs:tRCD (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | emif.c | 27 .tRCD = 18, 51 .tRCD = 18, 80 .tRCD = 3,
|
D | sdram_elpida.c | 194 .tRCD = 18, 217 .tRCD = 18, 240 .tRCD = 18, 262 .tRCD = 3,
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | emif.c | 28 .tRCD = 18, 57 .tRCD = 3,
|
D | sdram.c | 616 .tRCD = 18, 638 .tRCD = 3,
|
/external/u-boot/arch/arm/mach-sunxi/ |
D | dram_sun9i.c | 126 u32 tRCD; /* in ps */ member 377 const u32 tRCD = PS2CYCLES_ROUNDUP(para->tRCD); in mctl_channel_init() local 548 writel((MCTL_DIV2(tRCD) << 24) | (MCTL_DIV2(tCCD) << 16) | in mctl_channel_init() 642 (tRCD << 12) | (tRP << 8) | (tWTR << 4) | (tRTP << 0), in mctl_channel_init() 888 .tRCD = 13750, in sunxi_dram_init()
|
/external/u-boot/board/tbs/tbs2910/ |
D | tbs2910.cfg | 81 /* tRCD=6+1,tRP=6+1,tRC=0x1a+1,tRAS=0x13+1,tRPA=tRP+1,tWR=7+1,tMRD=0xb+1,tCWL=4+2 */
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1143 u8 tRCD; member 1172 u32 tRCD; member
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | rockchip,rk3288-dmc.txt | 50 rockchip,trcd: tRCD,AC timing parameters from the memory data-sheet
|
/external/u-boot/board/buffalo/lsxl/ |
D | kwbimage-lsxhl.cfg | 56 # bit7-4: 4, 5 cycle tRCD
|
D | kwbimage-lschl.cfg | 56 # bit7-4: 4, 5 cycle tRCD
|
/external/u-boot/board/d-link/dns325/ |
D | kwbimage.cfg | 53 # bit7-4: 5, 6 cycle tRCD
|
/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 707 val = max(min_tck->tRCD, ns_2_cycles(timings->tRCD)) - 1; in get_sdram_tim_1_reg()
|