Lines Matching refs:PIC2_BASE
14 #define PIC2_BASE 0xa0 macro
20 out8(PIC2_BASE, 0x11); in pic_remap_irqs()
22 out8(PIC2_BASE + 1, interrupt + 8); in pic_remap_irqs()
24 out8(PIC2_BASE + 1, 0x02); in pic_remap_irqs()
26 out8(PIC2_BASE + 1, 0x01); in pic_remap_irqs()
28 out8(PIC2_BASE + 1, 0x0); in pic_remap_irqs()
36 out8(PIC2_BASE + 1, 0xff); in pic_disable()
52 pic_port = PIC2_BASE + 1; in pic_mask_irq()
84 out8(PIC2_BASE, 0x0b); in pic_get_isr()
85 return (((uint16_t)in8(PIC2_BASE)) << 8) | in8(PIC1_BASE); in pic_get_isr()
97 out8(PIC2_BASE, 0x20); in pic_ack_active_irq()