Searched refs:PIC_MASTER_IMR (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dpm.c33 cached_master_mask = inb(PIC_MASTER_IMR);
37 outb(0xff, PIC_MASTER_IMR);
38 inb(PIC_MASTER_IMR);
53 outb(cached_master_mask, PIC_MASTER_IMR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Di8259.c81 outb(cached_master_mask, PIC_MASTER_IMR);
95 outb(cached_master_mask, PIC_MASTER_IMR);
187 inb(PIC_MASTER_IMR); /* DUMMY - (do we need this?) */
188 outb(cached_master_mask, PIC_MASTER_IMR);
262 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
285 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
297 outb(cached_master_mask, PIC_MASTER_IMR); /* restore master IRQ mask */
311 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
321 outb_pic(IRQ0_VECTOR, PIC_MASTER_IMR);
324 outb_pic(1U << PIC_CASCADE_IR, PIC_MASTER_IMR);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/lemote-2f/
H A Dpm.c64 outb((0xff & ~(1 << I8042_KBD_IRQ)), PIC_MASTER_IMR);
65 irq_mask = inb(PIC_MASTER_IMR);
71 outb(irq_mask & ~(1 << PIC_CASCADE_IR), PIC_MASTER_IMR);
72 inb(PIC_MASTER_IMR);
H A Dirq.c42 ~inb(PIC_MASTER_IMR) & ~(1 << PIC_CASCADE_IR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Di8259.c73 outb(cached_master_mask, PIC_MASTER_IMR);
89 outb(cached_master_mask, PIC_MASTER_IMR);
181 inb(PIC_MASTER_IMR); /* DUMMY - (do we need this?) */
182 outb(cached_master_mask, PIC_MASTER_IMR);
234 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
269 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
276 outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */
277 outb_p(1U << PIC_CASCADE_IR, PIC_MASTER_IMR); /* 8259A-1 (the master) has a slave on IR2 */
279 outb_p(MASTER_ICW4_DEFAULT | PIC_ICW4_AEOI, PIC_MASTER_IMR);
281 outb_p(MASTER_ICW4_DEFAULT, PIC_MASTER_IMR);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Di8259.h14 #define PIC_MASTER_IMR 0x21 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Di8259.h25 #define PIC_MASTER_IMR 0x21 macro

Completed in 67 milliseconds