outb_pit 1181 arch/x86/kernel/apm_32.c outb_pit(0x34, PIT_MODE); /* binary, mode 2, LSB/MSB, ch 0 */ outb_pit 1183 arch/x86/kernel/apm_32.c outb_pit(LATCH & 0xff, PIT_CH0); /* LSB */ outb_pit 1185 arch/x86/kernel/apm_32.c outb_pit(LATCH >> 8, PIT_CH0); /* MSB */ outb_pit 46 arch/x86/kernel/i8253.c outb_pit(0x34, PIT_MODE); outb_pit 47 arch/x86/kernel/i8253.c outb_pit(LATCH & 0xff , PIT_CH0); /* LSB */ outb_pit 48 arch/x86/kernel/i8253.c outb_pit(LATCH >> 8 , PIT_CH0); /* MSB */ outb_pit 55 arch/x86/kernel/i8253.c outb_pit(0x30, PIT_MODE); outb_pit 56 arch/x86/kernel/i8253.c outb_pit(0, PIT_CH0); outb_pit 57 arch/x86/kernel/i8253.c outb_pit(0, PIT_CH0); outb_pit 65 arch/x86/kernel/i8253.c outb_pit(0x38, PIT_MODE); outb_pit 83 arch/x86/kernel/i8253.c outb_pit(delta & 0xff , PIT_CH0); /* LSB */ outb_pit 84 arch/x86/kernel/i8253.c outb_pit(delta >> 8 , PIT_CH0); /* MSB */ outb_pit 157 arch/x86/kernel/i8253.c outb_pit(0x00, PIT_MODE); /* latch the count ASAP */ outb_pit 163 arch/x86/kernel/i8253.c outb_pit(0x34, PIT_MODE); outb_pit 164 arch/x86/kernel/i8253.c outb_pit(LATCH & 0xff, PIT_CH0); outb_pit 165 arch/x86/kernel/i8253.c outb_pit(LATCH >> 8, PIT_CH0); outb_pit 239 arch/x86/kernel/vmiclock_32.c outb_pit(0x3a, PIT_MODE); /* binary, mode 5, LSB/MSB, ch 0 */