Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/isa/
H A Dclock.c83 int i8254_max_count; variable
143 i8254_offset += i8254_max_count; in clkintr()
293 tick = i8254_max_count; in i8254_delay()
303 delta += i8254_max_count; in i8254_delay()
340 i8254_max_count = ((new_count & ~0xffff) != 0) ? 0xffff : new_count; in set_i8254_freq()
471 return (i8254_max_count - getit()); in i8254_get_timecount()
485 count = i8254_max_count - ((high << 8) | low); in i8254_get_timecount()
489 count < i8254_max_count / 2u)) && in i8254_get_timecount()
492 i8254_offset += i8254_max_count; in i8254_get_timecount()
/f-stack/freebsd/i386/include/
H A Dclock.h19 extern int i8254_max_count;
/f-stack/freebsd/amd64/include/
H A Dclock.h19 extern int i8254_max_count;
/f-stack/freebsd/amd64/amd64/
H A Dprof_machdep.c245 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()
/f-stack/freebsd/i386/i386/
H A Dprof_machdep.c257 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()