Lines Matching refs:clkdef

56 	.clkdef.id = CP110_PLL_0,
64 .clkdef.id = CP110_PPV2_CORE,
65 .clkdef.parent_cnt = 1,
71 .clkdef.id = CP110_X2CORE,
72 .clkdef.parent_cnt = 1,
81 .clkdef.id = CP110_CORE,
82 .clkdef.parent_cnt = 1,
88 .clkdef.id = CP110_SDIO,
89 .clkdef.parent_cnt = 1,
211 cp110_clk_pll_0.clkdef.name = pll0_name; in mv_cp110_clock_attach()
214 cp110_clk_ppv2_core.clkdef.name = mv_cp110_clock_name(dev, "cp110-ppv2"); in mv_cp110_clock_attach()
215 cp110_clk_ppv2_core.clkdef.parent_names = (unit == 0) ? clk_parents_0 : clk_parents_1; in mv_cp110_clock_attach()
218 cp110_clk_x2core.clkdef.name = mv_cp110_clock_name(dev, "cp110-x2core"); in mv_cp110_clock_attach()
219 cp110_clk_x2core.clkdef.parent_names = (unit == 0) ? clk_parents_0 : clk_parents_1; in mv_cp110_clock_attach()
222 cp110_clk_core.clkdef.name = mv_cp110_clock_name(dev, "cp110-core"); in mv_cp110_clock_attach()
223 cp110_clk_core.clkdef.parent_names = (unit == 0) ? core_parents_0 : core_parents_1; in mv_cp110_clock_attach()
228 cp110_clk_sdio.clkdef.name = mv_cp110_clock_name(dev, "cp110-sdio"); in mv_cp110_clock_attach()
229 cp110_clk_sdio.clkdef.parent_names = (unit == 0) ? clk_parents_0 : clk_parents_1; in mv_cp110_clock_attach()
237 def.clkdef.id = CP110_MAX_CLOCK + i; in mv_cp110_clock_attach()
238 def.clkdef.name = mv_cp110_clock_name(dev, cp110_gates[i].name); in mv_cp110_clock_attach()
239 def.clkdef.parent_cnt = 1; in mv_cp110_clock_attach()
250 def.clkdef.parent_names = &cp110_clk_ppv2_core.clkdef.name; in mv_cp110_clock_attach()
253 def.clkdef.parent_names = &cp110_clk_sdio.clkdef.name; in mv_cp110_clock_attach()
260 def.clkdef.parent_names = &cp110_clk_x2core.clkdef.name; in mv_cp110_clock_attach()
263 def.clkdef.parent_names = &cp110_clk_core.clkdef.name; in mv_cp110_clock_attach()