Lines Matching refs:isa_outb
51 isa_outb(IO_ICU1, 0x11); /* program device, four bytes */
52 isa_outb(IO_ICU1+1, 0); /* starting at this vector */
53 isa_outb(IO_ICU1+1, 1 << IRQ_SLAVE); /* slave on line 2 */
54 isa_outb(IO_ICU1+1, 1); /* 8086 mode */
55 isa_outb(IO_ICU1+1, 0xff); /* leave interrupts masked */
57 isa_outb(IO_ICU2, 0x11); /* program device, four bytes */
58 isa_outb(IO_ICU2+1, 8); /* starting at this vector */
59 isa_outb(IO_ICU2+1, IRQ_SLAVE);
60 isa_outb(IO_ICU2+1, 1); /* 8086 mode */
61 isa_outb(IO_ICU2+1, 0xff); /* leave interrupts masked */
74 isa_outb(IO_ICU1+1, i8259->enable_mask);
75 isa_outb(IO_ICU2+1, i8259->enable_mask >> 8);
85 isa_outb(IO_ICU1+1, i8259->enable_mask);
86 isa_outb(IO_ICU2+1, i8259->enable_mask >> 8);
93 isa_outb(IO_ICU1, 0xe0 | irq);
95 isa_outb(IO_ICU2, 0xe0 | (irq & 7));
96 isa_outb(IO_ICU1, 0xe0 | IRQ_SLAVE);
105 isa_outb(IO_ICU1, 0x0c);
108 isa_outb(IO_ICU2, 0x0c);