Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dexynos_mct.c499 struct clk *mct_clk, *tick_clk; in exynos4_timer_resources() local
505 tick_clk = of_clk_get_by_name(np, "fin_pll"); in exynos4_timer_resources()
506 if (IS_ERR(tick_clk)) in exynos4_timer_resources()
508 clk_rate = clk_get_rate(tick_clk); in exynos4_timer_resources()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dexynos_mct.c512 struct clk *mct_clk, *tick_clk; in exynos4_timer_resources() local
518 tick_clk = of_clk_get_by_name(np, "fin_pll"); in exynos4_timer_resources()
519 if (IS_ERR(tick_clk)) in exynos4_timer_resources()
521 clk_rate = clk_get_rate(tick_clk); in exynos4_timer_resources()

Completed in 3 milliseconds