Home
last modified time | relevance | path

Searched defs:mem_timings (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dclock_init.h39 struct mem_timings { struct
40 enum mem_manuf mem_manuf; /* Memory manufacturer */
41 enum ddr_mode mem_type; /* Memory type */
42 unsigned frequency_mhz; /* Frequency of memory in MHz */
45 unsigned apll_mdiv;
46 unsigned apll_pdiv;
47 unsigned apll_sdiv;
48 unsigned mpll_mdiv;
49 unsigned mpll_pdiv;
50 unsigned mpll_sdiv;
[all …]
H A Dexynos4_setup.h406 struct mem_timings { struct
407 unsigned direct_cmd_msr[MEM_TIMINGS_MSR_COUNT];
408 unsigned timingref;
409 unsigned timingrow;
410 unsigned timingdata;
411 unsigned timingpower;
412 unsigned zqcontrol;
413 unsigned control0;
414 unsigned control1;
415 unsigned control2;
[all …]
H A Dclock_init_exynos5.c139 struct mem_timings mem_timings[] = { variable
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsdrc2xxx.c39 static struct memory_timings mem_timings; variable