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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c353 static int sgi_clock_period; variable
360 static int sgi_clock_period; variable
366 nsec = rtc_time() * sgi_clock_period
379 nsec = rtc_time() * sgi_clock_period;
549 ns_to_timespec(cur_setting->it_interval, timr->it.mmtimer.incr * sgi_clock_period);
550 ns_to_timespec(cur_setting->it_value, (timr->it.mmtimer.expires - rtc_time())* sgi_clock_period);
595 when = (when + sgi_clock_period - 1) / sgi_clock_period + rtc_time();
596 period = (period + sgi_clock_period - 1) / sgi_clock_period;
[all...]

Completed in 37 milliseconds