Home
last modified time | relevance | path

Searched refs:clk_ce (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
526 clk_ce = of_clk_get(timer, clksel); in ttc_timer_probe()
527 if (IS_ERR(clk_ce)) { in ttc_timer_probe()
529 ret = PTR_ERR(clk_ce); in ttc_timer_probe()
537 ret = ttc_setup_clockevent(clk_ce, timer_baseaddr + 4, irq); in ttc_timer_probe()
546 clk_put(clk_ce); in ttc_timer_probe()