Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/clocksource/
H A Dexynos_mct.c213 static struct clocksource mct_frc = { variable
245 mct_frc.resume = NULL; in exynos4_clocksource_init()
255 if (clocksource_register_hz(&mct_frc, clk_rate)) in exynos4_clocksource_init()
256 panic("%s: can't register clocksource\n", mct_frc.name); in exynos4_clocksource_init()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Dexynos_mct.c207 static struct clocksource mct_frc = { variable
242 if (clocksource_register_hz(&mct_frc, clk_rate)) in exynos4_clocksource_init()
243 panic("%s: can't register clocksource\n", mct_frc.name); in exynos4_clocksource_init()

Completed in 3 milliseconds