Searched refs:i8254_max_count (Results 1 – 5 of 5) sorted by relevance
97 int i8254_max_count; variable150 i8254_offset += i8254_max_count; in clkintr()375 tick = i8254_max_count; in DELAY()385 delta += i8254_max_count; in DELAY()422 i8254_max_count = ((new_count & ~0xffff) != 0) ? 0xffff : new_count; in set_i8254_freq()542 return (i8254_max_count - getit()); in i8254_get_timecount()556 count = i8254_max_count - ((high << 8) | low); in i8254_get_timecount()560 count < i8254_max_count / 2u)) && in i8254_get_timecount()563 i8254_offset += i8254_max_count; in i8254_get_timecount()
19 extern int i8254_max_count;
256 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()
231 return (delta + (i8254_max_count << CPUTIME_CLOCK_I8254_SHIFT)); in cputime()