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

/linux-master/drivers/clocksource/
H A Di8253.c60 count = inb_p(PIT_CH0); /* read the latched count */
61 count |= inb_p(PIT_CH0) << 8;
66 outb_p(PIT_LATCH & 0xff, PIT_CH0);
67 outb_p(PIT_LATCH >> 8, PIT_CH0);
121 outb_p(0, PIT_CH0);
122 outb_p(0, PIT_CH0);
143 outb_p(PIT_LATCH & 0xff, PIT_CH0); /* LSB */
144 outb_p(PIT_LATCH >> 8, PIT_CH0); /* MSB */
158 outb_p(delta & 0xff , PIT_CH0); /* LSB */
159 outb_p(delta >> 8 , PIT_CH0); /* MS
[all...]
/linux-master/include/linux/
H A Di8253.h18 #define PIT_CH0 0x40 macro
/linux-master/arch/x86/kernel/
H A Dapm_32.c1200 outb_p(LATCH & 0xff, PIT_CH0); /* LSB */
1202 outb_p(LATCH >> 8, PIT_CH0); /* MSB */

Completed in 144 milliseconds