Home
last modified time | relevance | path

Searched refs:PIC_MASTER_ISR (Results 1 – 3 of 3) sorted by relevance

/arch/mips/include/asm/
Di8259.h26 #define PIC_MASTER_ISR PIC_MASTER_CMD macro
27 #define PIC_MASTER_POLL PIC_MASTER_ISR
28 #define PIC_MASTER_OCW3 PIC_MASTER_ISR
77 outb(0x0B, PIC_MASTER_ISR); /* ISR register */ in i8259_irq()
78 if(~inb(PIC_MASTER_ISR) & 0x80) in i8259_irq()
/arch/x86/include/asm/
Di8259.h15 #define PIC_MASTER_ISR PIC_MASTER_CMD macro
16 #define PIC_MASTER_POLL PIC_MASTER_ISR
17 #define PIC_MASTER_OCW3 PIC_MASTER_ISR
/arch/mips/loongson64/lemote-2f/
Dirq.c54 outb(0x0B, PIC_MASTER_ISR); /* ISR register */ in mach_i8259_irq()
55 if (~inb(PIC_MASTER_ISR) & 0x80) in mach_i8259_irq()