Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c789 tcon->sclk0 = devm_clk_get(dev, "tcon-ch0"); in sun4i_tcon_init_clocks()
790 if (IS_ERR(tcon->sclk0)) { in sun4i_tcon_init_clocks()
792 return PTR_ERR(tcon->sclk0); in sun4i_tcon_init_clocks()
795 clk_prepare_enable(tcon->sclk0); in sun4i_tcon_init_clocks()
810 clk_disable_unprepare(tcon->sclk0); in sun4i_tcon_free_clocks()
Dsun4i_dotclock.c172 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create()
Dsun4i_tcon.h264 struct clk *sclk0; member