Searched refs:pll1_clk (Results 1 – 3 of 3) sorted by relevance
549 hdmi->pll1_clk = devm_clk_get(dev, "pll-1"); in sun4i_hdmi_bind()550 if (IS_ERR(hdmi->pll1_clk)) { in sun4i_hdmi_bind()552 ret = PTR_ERR(hdmi->pll1_clk); in sun4i_hdmi_bind()
213 parents[1] = __clk_get_name(hdmi->pll1_clk); in sun4i_tmds_create()
261 struct clk *pll1_clk; member