Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c536 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()
H A Dsun4i_hdmi_tmds_clk.c209 parents[0] = __clk_get_name(hdmi->pll0_clk); in sun4i_tmds_create()
H A Dsun4i_hdmi.h260 struct clk *pll0_clk; member