Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A Dtime.c31 static struct clocksource clocksource_tsc = { variable
56 clocksource_register_hz(&clocksource_tsc, c6x_core_freq); in time_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c1147 static struct clocksource clocksource_tsc = { variable
1161 .list = LIST_HEAD_INIT(clocksource_tsc.list),
1176 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()
1184 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1396 art_related_clocksource = &clocksource_tsc; in tsc_refine_calibration_work()
1397 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()
1412 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
1420 art_related_clocksource = &clocksource_tsc; in init_tsc_clocksource()
1421 clocksource_register_khz(&clocksource_tsc, tsc_khz); in init_tsc_clocksource()