Lines Matching refs:IC_PIC1
100 outb (OCW3_POLL,IC_PIC1+0);
102 results = inb(IC_PIC1+0);
129 outb(OCW3_ISR,IC_PIC1+0);
130 results = inb(IC_PIC1+0);
143 outb((OCW2_SEOI|local_irq),IC_PIC1 + 0);
190 request_region (IC_PIC1, 0x1f, "pic1");
244 outb (0x11,IC_PIC1+0); /* ICW1: ICW4 write req | ICW1 */
245 outb (0x00,IC_PIC1+1); /* ICW2: interrupt vector table - not used */
246 outb (0x04,IC_PIC1+1); /* ICW3: Cascade */
247 outb (0x01,IC_PIC1+1); /* ICW4: x86 mode */
250 outb (0xff,IC_PIC1+1); /* OCW1: Mask all interrupts */
251 outb (0xc2,IC_PIC1+0); /* OCW2: priority (3-7,0-2) */
260 outb (0xff,IC_PIC1+1); /* OCW1: Mask all interrupts */
261 outb (0x68,IC_PIC1+0); /* OCW3: OCW3 select | ESMM | SMM */
264 outb (0xff,IC_PIC1+1);
298 r8 = inb(IC_PIC1+1);
300 outb (r8,IC_PIC1+1);
315 r8 = inb(IC_PIC1+1);
317 outb (r8,IC_PIC1+1);