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

/freebsd-10.2-release/sys/i386/include/
H A Dclock.h18 extern u_int i8254_freq;
/freebsd-10.2-release/sys/amd64/include/
H A Dclock.h18 extern u_int i8254_freq;
/freebsd-10.2-release/sys/x86/isa/
H A Dclock.c95 u_int i8254_freq = TIMER_FREQ; variable
96 TUNABLE_INT("hw.i8254.freq", &i8254_freq);
221 freq = i8254_freq / freq;
300 * Relies on timer 1 counting down from (i8254_freq / hz)
344 * Calculate (n * (i8254_freq / 1e6)) without using floating point
364 ticks_left = ((u_int)n * (long long)i8254_freq + 999999)
419 new_count = min(((uint64_t)i8254_freq * period +
490 i8254_restore(); /* restore i8254_freq and hz */
505 i8254_freq = 1996800L; /* 1.9968 MHz */
534 freq = i8254_freq;
[all...]
/freebsd-10.2-release/sys/i386/isa/
H A Dprof_machdep.c303 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
333 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;
/freebsd-10.2-release/sys/amd64/amd64/
H A Dprof_machdep.c327 gp->profrate = i8254_freq << CPUTIME_CLOCK_I8254_SHIFT;

Completed in 117 milliseconds