Lines Matching defs:tsc
104 struct clocksource tsc;
387 tsc);
410 tegra->tsc.name = "tsc";
411 tegra->tsc.rating = 300;
412 tegra->tsc.read = tegra186_timer_tsc_read;
413 tegra->tsc.mask = CLOCKSOURCE_MASK(56);
414 tegra->tsc.flags = CLOCK_SOURCE_IS_CONTINUOUS;
415 tegra->tsc.owner = THIS_MODULE;
417 return clocksource_register_hz(&tegra->tsc, 31250000);
551 clocksource_unregister(&tegra->tsc);
561 clocksource_unregister(&tegra->tsc);