Home
last modified time | relevance | path

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

/freebsd/sys/x86/isa/
H A Dclock.c85 int i8254_max_count; variable
146 i8254_offset += i8254_max_count; in clkintr()
296 tick = i8254_max_count; in i8254_delay()
306 delta += i8254_max_count; in i8254_delay()
343 i8254_max_count = ((new_count & ~0xffff) != 0) ? 0xffff : new_count; in set_i8254_freq()
475 return (i8254_max_count - getit()); in i8254_get_timecount()
489 count = i8254_max_count - ((high << 8) | low); in i8254_get_timecount()
493 count < i8254_max_count / 2u)) && in i8254_get_timecount()
496 i8254_offset += i8254_max_count; in i8254_get_timecount()
/freebsd/sys/x86/include/
H A Dclock.h17 extern int i8254_max_count;