Searched refs:pll0_name (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/clk/mvebu/
H A Dcp110-system-controller.c221 const char *ppv2_name, *pll0_name, *core_name, *x2core_name, *nand_name, local
248 pll0_name = ap_cp_unique_name(dev, syscon_node, "pll0");
249 hw = clk_hw_register_fixed_rate(NULL, pll0_name, NULL, 0,
260 hw = clk_hw_register_fixed_factor(NULL, ppv2_name, pll0_name, 0, 1, 3);
270 hw = clk_hw_register_fixed_factor(NULL, x2core_name, pll0_name,
293 pll0_name, 0, 2, 5);
307 pll0_name, 0, 2, 5);

Completed in 310 milliseconds