ddrpll
cpu_parents[2] = clk_output_name[ddrpll];
periph_parents[3] = clk_output_name[ddrpll];
clks[ddrpll] = clk_register_mux(NULL, clk_output_name[ddrpll],
u16 ddrpll;
ddrpll = intel_mchbar_read16(display, DDRMPLL1);
switch (ddrpll & 0xff) {
ddrpll & 0xff);
ddrpll & 0xff);
u16 ddrpll;
ddrpll = intel_uncore_read16(&i915->uncore, DDRMPLL1);
switch (ddrpll & 0xff) {