outb_p 48 bsp/hal/x86/include/cpufunc.h void outb_p(int, u_char); outb_p 78 bsp/hal/x86/pc/clock.c outb_p(PIT_CTRL, 0x34); /* Command to set generator mode */ outb_p 79 bsp/hal/x86/pc/clock.c outb_p(PIT_CH0, (u_char)(PIT_LATCH & 0xff)); /* LSB */ outb_p 80 bsp/hal/x86/pc/clock.c outb_p(PIT_CH0, (u_char)((PIT_LATCH >> 8) & 0xff)); /* MSB */ outb_p 200 bsp/hal/x86/pc/interrupt.c outb_p(PIC_M, 0x11); /* Start initialization edge, master */ outb_p 201 bsp/hal/x86/pc/interrupt.c outb_p(PIC_M + 1, 0x20); /* Set h/w vector = 0x20 */ outb_p 202 bsp/hal/x86/pc/interrupt.c outb_p(PIC_M + 1, 0x04); /* Chain to slave (IRQ2) */ outb_p 203 bsp/hal/x86/pc/interrupt.c outb_p(PIC_M + 1, 0x01); /* 8086 mode */ outb_p 205 bsp/hal/x86/pc/interrupt.c outb_p(PIC_S, 0x11); /* Start initialization edge, master */ outb_p 206 bsp/hal/x86/pc/interrupt.c outb_p(PIC_S + 1, 0x28); /* Set h/w vector = 0x28 */ outb_p 207 bsp/hal/x86/pc/interrupt.c outb_p(PIC_S + 1, 0x02); /* Slave (cascade) */ outb_p 208 bsp/hal/x86/pc/interrupt.c outb_p(PIC_S + 1, 0x01); /* 8086 mode */