Searched refs:clocksource_tsc (Results 1 – 2 of 2) sorted by relevance
951 static struct clocksource clocksource_tsc; variable977 static struct clocksource clocksource_tsc = { variable995 if (clocksource_tsc.mult) in mark_tsc_unstable()996 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()998 clocksource_tsc.flags |= CLOCK_SOURCE_UNSTABLE; in mark_tsc_unstable()999 clocksource_tsc.rating = 0; in mark_tsc_unstable()1127 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()1137 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in init_tsc_clocksource()1140 clocksource_tsc.rating = 0; in init_tsc_clocksource()1141 clocksource_tsc.flags &= ~CLOCK_SOURCE_IS_CONTINUOUS; in init_tsc_clocksource()[all …]
34 static struct clocksource clocksource_tsc = { variable59 clocksource_register_hz(&clocksource_tsc, c6x_core_freq); in time_init()