Searched refs:PIT_LATCH (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/clocksource/
H A Di8253.c56 if (count > PIT_LATCH) { i8253_read()
58 outb_p(PIT_LATCH & 0xff, PIT_CH0); i8253_read()
59 outb_p(PIT_LATCH >> 8, PIT_CH0); i8253_read()
60 count = PIT_LATCH - 1; i8253_read()
84 count = (PIT_LATCH - 1) - count; i8253_read()
86 return (cycle_t)(jifs * PIT_LATCH) + count; i8253_read()
132 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */ pit_set_periodic()
133 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */ pit_set_periodic()
/linux-4.4.14/include/linux/
H A Di8253.h21 #define PIT_LATCH ((PIT_TICK_RATE + HZ/2) / HZ) macro

Completed in 107 milliseconds