Searched refs:clk_cs (Results 1 – 1 of 1) sorted by relevance
473 struct clk *clk_cs, *clk_ce; in ttc_timer_probe() local505 clk_cs = of_clk_get(timer, clksel); in ttc_timer_probe()506 if (IS_ERR(clk_cs)) { in ttc_timer_probe()508 return PTR_ERR(clk_cs); in ttc_timer_probe()519 ret = ttc_setup_clocksource(clk_cs, timer_baseaddr, timer_width); in ttc_timer_probe()