Searched refs:SLAVE_PIC (Results 1 – 2 of 2) sorted by relevance
29 outb(0xff, SLAVE_PIC + IMR); in i8259_init()47 outb(ICW1_SEL | ICW1_EICW4, SLAVE_PIC + ICW1); in i8259_init()48 outb(0x28, SLAVE_PIC + ICW2); in i8259_init()49 outb(0x02, SLAVE_PIC + ICW3); in i8259_init()50 outb(ICW4_PM, SLAVE_PIC + ICW4); in i8259_init()53 outb(OCW2_SEOI | i, SLAVE_PIC + OCW2); in i8259_init()75 imr_port = SLAVE_PIC + IMR; in mask_irq()90 imr_port = SLAVE_PIC + IMR; in unmask_irq()108 outb(OCW2_SEOI | (irq & 7), SLAVE_PIC + OCW2); in specific_eoi()
18 #define SLAVE_PIC 0xa0 macro
Completed in 2 milliseconds