Searched refs:clocksource_cyc2ns (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/mach-omap1/
H A Dtimer32k.c199 nsecs = clocksource_cyc2ns(cycles - last_cycles,
/linux-master/include/linux/
H A Dclocksource.h192 * clocksource_cyc2ns - converts clocksource cycles to nanoseconds
204 static inline s64 clocksource_cyc2ns(u64 cycles, u32 mult, u32 shift) function
/linux-master/kernel/time/
H A Dclocksource.c238 wd_delay = clocksource_cyc2ns(wd_delta, watchdog->mult,
258 wd_seq_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, watchdog->shift);
370 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift);
460 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult,
464 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift);
954 max_nsecs = clocksource_cyc2ns(max_cycles, mult - maxadj, shift);

Completed in 100 milliseconds