Searched refs:PIC_SLAVE_IMR (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/mips/loongson64/
H A Dpm.c28 cached_slave_mask = inb(PIC_SLAVE_IMR);
31 outb(0xff, PIC_SLAVE_IMR);
32 inb(PIC_SLAVE_IMR);
48 outb(cached_slave_mask, PIC_SLAVE_IMR);
/linux-master/arch/mips/loongson2ef/common/
H A Dpm.c28 cached_slave_mask = inb(PIC_SLAVE_IMR);
31 outb(0xff, PIC_SLAVE_IMR);
32 inb(PIC_SLAVE_IMR);
48 outb(cached_slave_mask, PIC_SLAVE_IMR);
/linux-master/arch/x86/kernel/
H A Di8259.c67 outb(cached_slave_mask, PIC_SLAVE_IMR);
86 outb(cached_slave_mask, PIC_SLAVE_IMR);
180 inb(PIC_SLAVE_IMR); /* DUMMY - (do we need this?) */
181 outb(cached_slave_mask, PIC_SLAVE_IMR);
268 outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
284 outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
296 outb(cached_slave_mask, PIC_SLAVE_IMR); /* restore slave IRQ mask */
332 outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
373 outb_pic(ISA_IRQ_VECTOR(8), PIC_SLAVE_IMR);
375 outb_pic(PIC_CASCADE_IR, PIC_SLAVE_IMR);
[all...]
/linux-master/drivers/irqchip/
H A Dirq-i8259.c77 outb(cached_slave_mask, PIC_SLAVE_IMR);
92 outb(cached_slave_mask, PIC_SLAVE_IMR);
162 inb(PIC_SLAVE_IMR); /* DUMMY - (do we need this?) */
163 outb(cached_slave_mask, PIC_SLAVE_IMR);
219 outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
237 outb(0xff, PIC_SLAVE_IMR); /* mask all of 8259A-2 */
251 outb_p(I8259A_IRQ_BASE + 8, PIC_SLAVE_IMR); /* ICW2: 8259A-2 IR0 mapped to I8259A_IRQ_BASE + 0x08 */
252 outb_p(PIC_CASCADE_IR, PIC_SLAVE_IMR); /* 8259A-2 is a slave on master's IR2 */
253 outb_p(SLAVE_ICW4_DEFAULT, PIC_SLAVE_IMR); /* (slave's support for AEOI in flat mode is to be investigated) */
266 outb(cached_slave_mask, PIC_SLAVE_IMR); /* restor
[all...]
/linux-master/arch/mips/include/asm/
H A Di8259.h26 #define PIC_SLAVE_IMR 0xa1 macro
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dpm.c69 outb(0xff & ~(1 << (SCI_IRQ_NUM - 8)), PIC_SLAVE_IMR);
70 inb(PIC_SLAVE_IMR);
H A Dirq.c41 isr = (inb(PIC_SLAVE_CMD) & ~inb(PIC_SLAVE_IMR)) << 8;
/linux-master/arch/x86/include/asm/
H A Di8259.h21 #define PIC_SLAVE_IMR 0xa1 macro

Completed in 131 milliseconds