Home
last modified time | relevance | path

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

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