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

/haiku/src/system/kernel/arch/x86/
H A Dpic.cpp33 #define PIC_SLAVE_MASK 0xa1 macro
39 #define PIC_SLAVE_INIT2 PIC_SLAVE_MASK
40 #define PIC_SLAVE_INIT3 PIC_SLAVE_MASK
41 #define PIC_SLAVE_INIT4 PIC_SLAVE_MASK
133 out8(in8(PIC_SLAVE_MASK) & ~(1 << (num - PIC_SLAVE_INT_BASE)), PIC_SLAVE_MASK);
152 out8(in8(PIC_SLAVE_MASK) | (1 << (num - PIC_SLAVE_INT_BASE)), PIC_SLAVE_MASK);
220 out8(0xff, PIC_SLAVE_MASK); // Mask off interrupts on the slave.
245 enabledInterrupts = ~(in8(PIC_MASTER_MASK) | in8(PIC_SLAVE_MASK) <<
[all...]

Completed in 29 milliseconds