Home
last modified time | relevance | path

Searched refs:cp110_clk_x2core (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm/mv/
H A Dmv_cp110_clock.c70 static struct clk_fixed_def cp110_clk_x2core = { variable
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()
220 clknode_fixed_register(clkdom, &cp110_clk_x2core); in mv_cp110_clock_attach()
260 def.clkdef.parent_names = &cp110_clk_x2core.clkdef.name; in mv_cp110_clock_attach()