Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-cadence-ttc.c474 struct clk *clk_cs, *clk_ce; in ttc_timer_probe() local
514 clk_ce = of_clk_get(timer, clksel); in ttc_timer_probe()
515 if (IS_ERR(clk_ce)) { in ttc_timer_probe()
517 ret = PTR_ERR(clk_ce); in ttc_timer_probe()
525 ret = ttc_setup_clockevent(clk_ce, timer_baseaddr + 4, irq); in ttc_timer_probe()
534 clk_put(clk_ce); in ttc_timer_probe()