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

/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap2_mputmr.c301 uint32_t count_freq; local
319 count_freq = OMAP_MPU_TIMER_CLOCK_FREQ;
320 count_freq /= hz;
321 count_freq /= ptv_power;
322 tf->reload = -count_freq;
323 tf->counts_per_usec = count_freq / us_per_sec;
H A Domap_mputmr.c430 uint32_t count_freq = OMAP_MPU_TIMER_CLOCK_FREQ / ptv_power; local
432 tf->reload = count_freq / ints_per_sec;
433 tf->counts_per_usec = count_freq / us_per_sec;
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_timer.c384 uint32_t count_freq; local
386 count_freq = GEMINI_TIMER_CLOCK_FREQ;
387 count_freq /= ints_per_sec;
388 tfp->tf_counter = count_freq;

Completed in 138 milliseconds