Lines Matching refs:outb
100 outb (OCW3_POLL,IC_PIC1+0); in superio_interrupt()
129 outb(OCW3_ISR,IC_PIC1+0); in superio_interrupt()
143 outb((OCW2_SEOI|local_irq),IC_PIC1 + 0); in superio_interrupt()
244 outb (0x11,IC_PIC1+0); /* ICW1: ICW4 write req | ICW1 */ in superio_init()
245 outb (0x00,IC_PIC1+1); /* ICW2: interrupt vector table - not used */ in superio_init()
246 outb (0x04,IC_PIC1+1); /* ICW3: Cascade */ in superio_init()
247 outb (0x01,IC_PIC1+1); /* ICW4: x86 mode */ in superio_init()
250 outb (0xff,IC_PIC1+1); /* OCW1: Mask all interrupts */ in superio_init()
251 outb (0xc2,IC_PIC1+0); /* OCW2: priority (3-7,0-2) */ in superio_init()
254 outb (0x11,IC_PIC2+0); /* ICW1: ICW4 write req | ICW1 */ in superio_init()
255 outb (0x00,IC_PIC2+1); /* ICW2: N/A */ in superio_init()
256 outb (0x02,IC_PIC2+1); /* ICW3: Slave ID code */ in superio_init()
257 outb (0x01,IC_PIC2+1); /* ICW4: x86 mode */ in superio_init()
260 outb (0xff,IC_PIC1+1); /* OCW1: Mask all interrupts */ in superio_init()
261 outb (0x68,IC_PIC1+0); /* OCW3: OCW3 select | ESMM | SMM */ in superio_init()
264 outb (0xff,IC_PIC1+1); in superio_init()
267 outb(1, sio->acpi_base + USB_REG_CR); in superio_init()
300 outb (r8,IC_PIC1+1); in superio_mask_irq()
317 outb (r8,IC_PIC1+1); in superio_unmask_irq()