Home
last modified time | relevance | path

Searched refs:clk_cs (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clocksource/
H A Dtimer-cadence-ttc.c486 struct clk *clk_cs, *clk_ce; in ttc_timer_probe() local
518 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()