Searched refs:tCKE (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/mach-omap2/omap4/
H A Demif.c36 .tCKE = 3,
60 .tCKE = 3,
87 .tCKE = 3,
H A Dsdram_elpida.c204 .tCKE = 3,
227 .tCKE = 3,
250 .tCKE = 3,
270 .tCKE = 3,
/u-boot/arch/arm/mach-omap2/omap5/
H A Demif.c38 .tCKE = 3,
65 .tCKE = 3,
H A Dsdram.c626 .tCKE = 3,
646 .tCKE = 3,
/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun9i.c152 struct dram_sun9i_timing tCKE; member in struct:dram_sun9i_para
410 const u32 tCKE = MAX(para->tCKE.ck, PS2CYCLES_ROUNDUP(para->tCKE.ps)); local
414 * needs to be calculated based on the nCK value of tCKE)
420 const u32 tCKESR = tCKE + 1;
553 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0),
649 (tCKE << 15) | (tDLLK << 19) |
921 .tCKE = { .ck = 3, .ps = 5000 },
/u-boot/arch/arm/include/asm/
H A Demif.h1151 u8 tCKE; member in struct:lpddr2_ac_timings
1178 u8 tCKE; member in struct:lpddr2_min_tck
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c736 val = max(min_tck->tCKE, timings->tCKE) - 1;

Completed in 68 milliseconds