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

/haiku/src/system/kernel/arch/x86/
H A Dpic.cpp59 #define PIC_SLAVE_INT_BASE 8 macro
110 if (num >= PIC_SLAVE_INT_BASE)
130 if (num < PIC_SLAVE_INT_BASE)
133 out8(in8(PIC_SLAVE_MASK) & ~(1 << (num - PIC_SLAVE_INT_BASE)), PIC_SLAVE_MASK);
149 if (num < PIC_SLAVE_INT_BASE)
152 out8(in8(PIC_SLAVE_MASK) | (1 << (num - PIC_SLAVE_INT_BASE)), PIC_SLAVE_MASK);
166 if (num < PIC_SLAVE_INT_BASE) {
171 localBit = num - PIC_SLAVE_INT_BASE;
179 if (num < PIC_SLAVE_INT_BASE)
209 out8(ARCH_INTERRUPT_BASE + PIC_SLAVE_INT_BASE, PIC_SLAVE_INIT
[all...]

Completed in 25 milliseconds