PIT_CH0          1183 arch/x86/kernel/apm_32.c 	outb_pit(LATCH & 0xff, PIT_CH0);	/* LSB */
PIT_CH0          1185 arch/x86/kernel/apm_32.c 	outb_pit(LATCH >> 8, PIT_CH0);	/* MSB */
PIT_CH0            47 arch/x86/kernel/i8253.c 		outb_pit(LATCH & 0xff , PIT_CH0);	/* LSB */
PIT_CH0            48 arch/x86/kernel/i8253.c 		outb_pit(LATCH >> 8 , PIT_CH0);		/* MSB */
PIT_CH0            56 arch/x86/kernel/i8253.c 			outb_pit(0, PIT_CH0);
PIT_CH0            57 arch/x86/kernel/i8253.c 			outb_pit(0, PIT_CH0);
PIT_CH0            83 arch/x86/kernel/i8253.c 	outb_pit(delta & 0xff , PIT_CH0);	/* LSB */
PIT_CH0            84 arch/x86/kernel/i8253.c 	outb_pit(delta >> 8 , PIT_CH0);		/* MSB */
PIT_CH0           158 arch/x86/kernel/i8253.c 	count = inb_pit(PIT_CH0);	/* read the latched count */
PIT_CH0           159 arch/x86/kernel/i8253.c 	count |= inb_pit(PIT_CH0) << 8;
PIT_CH0           164 arch/x86/kernel/i8253.c 		outb_pit(LATCH & 0xff, PIT_CH0);
PIT_CH0           165 arch/x86/kernel/i8253.c 		outb_pit(LATCH >> 8, PIT_CH0);