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