Searched refs:clk_cs (Results 1 – 1 of 1) sorted by relevance
486 struct clk *clk_cs, *clk_ce; in ttc_timer_probe() local518 clk_cs = of_clk_get(timer, clksel); in ttc_timer_probe()519 if (IS_ERR(clk_cs)) { in ttc_timer_probe()521 return PTR_ERR(clk_cs); in ttc_timer_probe()533 ret = ttc_setup_clocksource(clk_cs, timer_baseaddr, timer_width); in ttc_timer_probe()548 clk_put(clk_cs); in ttc_timer_probe()