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

/linux-master/arch/mips/loongson64/
H A Dpm.c29 cached_master_mask = inb(PIC_MASTER_IMR);
33 outb(0xff, PIC_MASTER_IMR);
34 inb(PIC_MASTER_IMR);
49 outb(cached_master_mask, PIC_MASTER_IMR);
/linux-master/arch/mips/loongson2ef/common/
H A Dpm.c29 cached_master_mask = inb(PIC_MASTER_IMR);
33 outb(0xff, PIC_MASTER_IMR);
34 inb(PIC_MASTER_IMR);
49 outb(cached_master_mask, PIC_MASTER_IMR);
/linux-master/arch/x86/kernel/
H A Di8259.c69 outb(cached_master_mask, PIC_MASTER_IMR);
88 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);
267 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
283 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
295 outb(cached_master_mask, PIC_MASTER_IMR); /* restore master IRQ mask */
333 outb(probe_val, PIC_MASTER_IMR);
334 new_val = inb(PIC_MASTER_IMR);
352 outb(0xff, PIC_MASTER_IMR); /* mas
[all...]
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Dpm.c60 outb((0xff & ~(1 << I8042_KBD_IRQ)), PIC_MASTER_IMR);
61 irq_mask = inb(PIC_MASTER_IMR);
67 outb(irq_mask & ~(1 << PIC_CASCADE_IR), PIC_MASTER_IMR);
68 inb(PIC_MASTER_IMR);
H A Dirq.c39 ~inb(PIC_MASTER_IMR) & ~(1 << PIC_CASCADE_IR);
/linux-master/drivers/irqchip/
H A Dirq-i8259.c79 outb(cached_master_mask, PIC_MASTER_IMR);
94 outb(cached_master_mask, PIC_MASTER_IMR);
167 inb(PIC_MASTER_IMR); /* DUMMY - (do we need this?) */
168 outb(cached_master_mask, PIC_MASTER_IMR);
218 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
236 outb(0xff, PIC_MASTER_IMR); /* mask all of 8259A-1 */
243 outb_p(I8259A_IRQ_BASE + 0, PIC_MASTER_IMR); /* ICW2: 8259A-1 IR0 mapped to I8259A_IRQ_BASE + 0x00 */
244 outb_p(1U << PIC_CASCADE_IR, PIC_MASTER_IMR); /* 8259A-1 (the master) has a slave on IR2 */
246 outb_p(MASTER_ICW4_DEFAULT | PIC_ICW4_AEOI, PIC_MASTER_IMR);
248 outb_p(MASTER_ICW4_DEFAULT, PIC_MASTER_IMR);
[all...]
/linux-master/arch/mips/include/asm/
H A Di8259.h21 #define PIC_MASTER_IMR 0x21 macro
/linux-master/arch/x86/include/asm/
H A Di8259.h16 #define PIC_MASTER_IMR 0x21 macro

Completed in 136 milliseconds