Searched refs:pll0_clk (Results 1 – 3 of 3) sorted by relevance
523 hdmi->pll0_clk = devm_clk_get(dev, "pll-0"); in sun4i_hdmi_bind()524 if (IS_ERR(hdmi->pll0_clk)) { in sun4i_hdmi_bind()526 ret = PTR_ERR(hdmi->pll0_clk); in sun4i_hdmi_bind()
212 parents[0] = __clk_get_name(hdmi->pll0_clk); in sun4i_tmds_create()
264 struct clk *pll0_clk; member