inb_pit 158 arch/x86/kernel/i8253.c count = inb_pit(PIT_CH0); /* read the latched count */ inb_pit 159 arch/x86/kernel/i8253.c count |= inb_pit(PIT_CH0) << 8;