Home
last modified time | relevance | path

Searched refs:mct_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
510 mct_clk = of_clk_get_by_name(np, "mct"); in exynos4_timer_resources()
511 if (IS_ERR(mct_clk)) in exynos4_timer_resources()
513 clk_prepare_enable(mct_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
523 mct_clk = of_clk_get_by_name(np, "mct"); in exynos4_timer_resources()
524 if (IS_ERR(mct_clk)) in exynos4_timer_resources()
526 clk_prepare_enable(mct_clk); in exynos4_timer_resources()

Completed in 3 milliseconds