Searched defs:mem_timings (Results 1 – 3 of 3) sorted by relevance
38 struct mem_timings { struct39 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 …]
405 struct mem_timings { struct406 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 …]
136 struct mem_timings mem_timings[] = { variable