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