Searched refs:clk_pll1 (Results 1 – 3 of 3) sorted by relevance
715 phy->clk_pll1 = devm_clk_get(dev, "pll-1"); in sun8i_hdmi_phy_probe()716 if (IS_ERR(phy->clk_pll1)) in sun8i_hdmi_phy_probe()717 return dev_err_probe(dev, PTR_ERR(phy->clk_pll1), in sun8i_hdmi_phy_probe()
155 parents[1] = __clk_get_name(phy->clk_pll1); in sun8i_phy_clk_create()
165 struct clk *clk_pll1; member