Home
last modified time | relevance | path

Searched refs:tCKESR (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/omap4/
Demif.c37 .tCKESR = 15,
61 .tCKESR = 15,
88 .tCKESR = 3,
Dsdram_elpida.c204 .tCKESR = 15,
227 .tCKESR = 15,
250 .tCKESR = 15,
270 .tCKESR = 3,
/external/u-boot/arch/arm/mach-omap2/omap5/
Demif.c38 .tCKESR = 15,
65 .tCKESR = 3,
Dsdram.c626 .tCKESR = 15,
646 .tCKESR = 3,
/external/u-boot/arch/arm/mach-sunxi/
Ddram_sun9i.c419 const u32 tCKESR = tCKE + 1; in mctl_channel_init() local
552 (MCTL_DIV2(tCKESR) << 8) | (MCTL_DIV2(tCKE) << 0), in mctl_channel_init()
/external/u-boot/arch/arm/include/asm/
Demif.h1153 u8 tCKESR; member
1180 u32 tCKESR; member
/external/u-boot/arch/arm/mach-omap2/
Demif-common.c757 val = max(min_tck->tCKESR, ns_2_cycles(timings->tCKESR)) - 1; in get_sdram_tim_3_reg()