Searched refs:LATCH (Results 1 – 2 of 2) sorted by relevance
60 #define LATCH ((CLOCK_TICK_RATE + HZ/2) / HZ) /* For divider */ macro
1235 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()1237 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()