Searched refs:sclk0 (Results 1 – 3 of 3) sorted by relevance
325 tcon->sclk0 = devm_clk_get(dev, "tcon-ch0"); in sun4i_tcon_init_clocks()326 if (IS_ERR(tcon->sclk0)) { in sun4i_tcon_init_clocks()328 return PTR_ERR(tcon->sclk0); in sun4i_tcon_init_clocks()
159 struct clk *sclk0; member
160 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create()