Searched defs:clocksource (Results 1 - 1 of 1) sorted by relevance

/arch/arm/mach-vt8500/
H A Dtimer.c24 #include <linux/clocksource.h>
48 static cycle_t vt8500_timer_read(struct clocksource *cs)
58 struct clocksource clocksource = { variable in typeref:struct:clocksource
70 cycle_t alarm = clocksource.read(&clocksource) + cycles;
76 if ((signed)(alarm - clocksource.read(&clocksource)) <= 16)
135 if (clocksource_register_hz(&clocksource, VT8500_TIMER_HZ))
137 clocksource
[all...]

Completed in 270 milliseconds