Searched refs:ATPIT_TARGET_TICKS (Results 1 – 3 of 3) sorted by relevance
49 if (tick_delta < ATPIT_TARGET_TICKS) { in check_reading()51 tick_delta, ATPIT_TARGET_TICKS); in check_reading()52 } else if ((tick_delta - ATPIT_TARGET_TICKS) > tick_margin) { in check_reading()54 ATPIT_TARGET_TICKS + tick_margin); in check_reading()107 const uint_t margin_ticks = MAX(1, ATPIT_TARGET_TICKS / 2500); in main()
42 #define ATPIT_TARGET_TICKS (ATPIT_FREQ / 50) macro
66 } while (end > (start - ATPIT_TARGET_TICKS)); in start()