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

/haiku/src/system/kernel/arch/x86/
H A Dpic.cpp31 #define PIC_MASTER_MASK 0x21 macro
35 #define PIC_MASTER_INIT2 PIC_MASTER_MASK
36 #define PIC_MASTER_INIT3 PIC_MASTER_MASK
37 #define PIC_MASTER_INIT4 PIC_MASTER_MASK
131 out8(in8(PIC_MASTER_MASK) & ~(1 << num), PIC_MASTER_MASK); local
150 out8(in8(PIC_MASTER_MASK) | (1 << num), PIC_MASTER_MASK);
219 out8(0xfb, PIC_MASTER_MASK); // Mask off all interrupts (except slave pic line IRQ 2).
245 enabledInterrupts = ~(in8(PIC_MASTER_MASK) | in
[all...]

Completed in 33 milliseconds