Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/shark/isa/
Dclock.c296 timer_hz_to_count(int timer_hz) in timer_hz_to_count() argument
300 tval = (TIMER_FREQ * 2) / (u_long) timer_hz; in timer_hz_to_count()