Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.c176 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create()
Dsun4i_tcon.h241 struct clk *sclk0; member
Dsun4i_tcon.c669 tcon->sclk0 = devm_clk_get(dev, "tcon-ch0"); in sun4i_tcon_init_clocks()
670 if (IS_ERR(tcon->sclk0)) { in sun4i_tcon_init_clocks()
672 return PTR_ERR(tcon->sclk0); in sun4i_tcon_init_clocks()