Searched refs:tCKE (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | emif.c | 36 .tCKE = 3, 60 .tCKE = 3, 87 .tCKE = 3,
|
D | sdram_elpida.c | 203 .tCKE = 3, 226 .tCKE = 3, 249 .tCKE = 3, 269 .tCKE = 3,
|
/external/u-boot/arch/arm/mach-sunxi/ |
D | dram_sun9i.c | 151 struct dram_sun9i_timing tCKE; member 409 const u32 tCKE = MAX(para->tCKE.ck, PS2CYCLES_ROUNDUP(para->tCKE.ps)); in mctl_channel_init() local 419 const u32 tCKESR = tCKE + 1; in mctl_channel_init() 552 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init() 648 (tCKE << 15) | (tDLLK << 19) | in mctl_channel_init() 920 .tCKE = { .ck = 3, .ps = 5000 }, in sunxi_dram_init()
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | emif.c | 37 .tCKE = 3, 64 .tCKE = 3,
|
D | sdram.c | 625 .tCKE = 3, 645 .tCKE = 3,
|
/external/u-boot/board/tbs/tbs2910/ |
D | tbs2910.cfg | 109 /* tCKE=2+1,tCKSRX=6,tCKSE=6, active power down after 256 cycles (setting 5) */
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1152 u8 tCKE; member 1179 u8 tCKE; member
|
/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 720 val = max(min_tck->tCKE, timings->tCKE) - 1; in get_sdram_tim_2_reg()
|