Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/sn2/
Dtimer.c31 static struct clocksource clocksource_sn2 = { variable
59 clocksource_sn2.fsys_mmio = RTC_COUNTER_ADDR; in sn_timer_init()
60 clocksource_sn2.mult = clocksource_hz2mult(sn_rtc_cycles_per_second, in sn_timer_init()
61 clocksource_sn2.shift); in sn_timer_init()
62 clocksource_register(&clocksource_sn2); in sn_timer_init()