Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dexynos_mct.c521 struct clk *mct_clk, *tick_clk; in exynos4_timer_resources() local
523 tick_clk = np ? of_clk_get_by_name(np, "fin_pll") : in exynos4_timer_resources()
525 if (IS_ERR(tick_clk)) in exynos4_timer_resources()
527 clk_rate = clk_get_rate(tick_clk); in exynos4_timer_resources()