Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c788 tcon->sclk0 = devm_clk_get(dev, "tcon-ch0"); in sun4i_tcon_init_clocks()
789 if (IS_ERR(tcon->sclk0)) { in sun4i_tcon_init_clocks()
791 return PTR_ERR(tcon->sclk0); in sun4i_tcon_init_clocks()
794 clk_prepare_enable(tcon->sclk0); in sun4i_tcon_init_clocks()
809 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.h263 struct clk *sclk0; member