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

/freebsd-current/sys/x86/include/
H A Dclock.h17 extern int i8254_max_count;
/freebsd-current/sys/x86/isa/
H A Dclock.c85 int i8254_max_count; variable
146 i8254_offset += i8254_max_count;
296 tick = i8254_max_count;
306 delta += i8254_max_count;
308 * Guard against i8254_max_count being wrong.
343 i8254_max_count = ((new_count & ~0xffff) != 0) ? 0xffff : new_count;
475 return (i8254_max_count - getit());
489 count = i8254_max_count - ((high << 8) | low);
493 count < i8254_max_count / 2u)) &&
496 i8254_offset += i8254_max_count;
[all...]

Completed in 156 milliseconds