Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/
Dclock_init.h38 struct mem_timings { struct
39 enum mem_manuf mem_manuf; /* Memory manufacturer */
40 enum ddr_mode mem_type; /* Memory type */
41 unsigned frequency_mhz; /* Frequency of memory in MHz */
44 unsigned apll_mdiv;
45 unsigned apll_pdiv;
46 unsigned apll_sdiv;
47 unsigned mpll_mdiv;
48 unsigned mpll_pdiv;
49 unsigned mpll_sdiv;
[all …]
Dexynos4_setup.h405 struct mem_timings { struct
406 unsigned direct_cmd_msr[MEM_TIMINGS_MSR_COUNT];
407 unsigned timingref;
408 unsigned timingrow;
409 unsigned timingdata;
410 unsigned timingpower;
411 unsigned zqcontrol;
412 unsigned control0;
413 unsigned control1;
414 unsigned control2;
[all …]
Dclock_init_exynos5.c136 struct mem_timings mem_timings[] = { variable