Home
last modified time | relevance | path

Searched refs:PIT_CH0 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Di8253.c52 count = inb_p(PIT_CH0); /* read the latched count */ in i8253_read()
53 count |= inb_p(PIT_CH0) << 8; in i8253_read()
58 outb_p(PIT_LATCH & 0xff, PIT_CH0); in i8253_read()
59 outb_p(PIT_LATCH >> 8, PIT_CH0); in i8253_read()
111 outb_p(0, PIT_CH0); in pit_shutdown()
112 outb_p(0, PIT_CH0); in pit_shutdown()
132 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */ in pit_set_periodic()
133 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */ in pit_set_periodic()
147 outb_p(delta & 0xff , PIT_CH0); /* LSB */ in pit_next_event()
148 outb_p(delta >> 8 , PIT_CH0); /* MSB */ in pit_next_event()
/linux-4.4.14/include/linux/
Di8253.h18 #define PIT_CH0 0x40 macro
/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1228 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */ in reinit_timer()
1230 outb_p(LATCH >> 8, PIT_CH0); /* MSB */ in reinit_timer()