Searched defs:mem_timings (Results 1 – 4 of 4) sorted by relevance
39 struct mem_timings { struct40 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 …]
406 struct mem_timings { struct407 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 …]
139 struct mem_timings mem_timings[] = { variable
39 static struct memory_timings mem_timings; variable