Home
last modified time | relevance | path

Searched refs:pll1_clk (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c543 hdmi->pll1_clk = devm_clk_get(dev, "pll-1"); in sun4i_hdmi_bind()
544 if (IS_ERR(hdmi->pll1_clk)) { in sun4i_hdmi_bind()
546 ret = PTR_ERR(hdmi->pll1_clk); in sun4i_hdmi_bind()
H A Dsun4i_hdmi_tmds_clk.c213 parents[1] = __clk_get_name(hdmi->pll1_clk); in sun4i_tmds_create()
H A Dsun4i_hdmi.h261 struct clk *pll1_clk; member