Searched refs:sclk0 (Results 1 – 3 of 3) sorted by relevance
789 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()
172 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create()
264 struct clk *sclk0; member