Searched refs:divhw (Results 1 – 1 of 1) sorted by relevance
79 struct clk_hw *divhw; in msc313_mpll_probe() local130 divhw = devm_clk_hw_register_fixed_factor(dev, outputname, in msc313_mpll_probe()132 if (IS_ERR(divhw)) in msc313_mpll_probe()133 return PTR_ERR(divhw); in msc313_mpll_probe()134 mpll->clk_data->hws[i + 1] = divhw; in msc313_mpll_probe()