Searched refs:PIC_MASTER_ISR (Results 1 – 3 of 3) sorted by relevance
22 #define PIC_MASTER_ISR PIC_MASTER_CMD macro23 #define PIC_MASTER_POLL PIC_MASTER_ISR24 #define PIC_MASTER_OCW3 PIC_MASTER_ISR83 outb(0x0B, PIC_MASTER_ISR); /* ISR register */ in i8259_irq()84 if(~inb(PIC_MASTER_ISR) & 0x80) in i8259_irq()
17 #define PIC_MASTER_ISR PIC_MASTER_CMD macro18 #define PIC_MASTER_POLL PIC_MASTER_ISR19 #define PIC_MASTER_OCW3 PIC_MASTER_ISR
51 outb(0x0B, PIC_MASTER_ISR); /* ISR register */ in mach_i8259_irq()52 if (~inb(PIC_MASTER_ISR) & 0x80) in mach_i8259_irq()