Searched refs:clocksource_tsc (Results 1 – 1 of 1) sorted by relevance
1188 static struct clocksource clocksource_tsc = { variable1203 .list = LIST_HEAD_INIT(clocksource_tsc.list),1218 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()1226 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()1231 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) && in tsc_clocksource_watchdog_disabled()1402 clocksource_tsc.base = &art_base_clk; in tsc_refine_calibration_work()1404 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()1421 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()1430 clocksource_tsc.base = &art_base_clk; in init_tsc_clocksource()1432 clocksource_register_khz(&clocksource_tsc, tsc_khz); in init_tsc_clocksource()[all …]