Searched defs:IRQ_OFFSET (Results 1 – 2 of 2) sorted by relevance
46 #define IRQ_OFFSET(irq) ((irq < COMM_IRQ_BASE) ? irq : (irq - COMM_IRQ_BASE)) macro
57 #define IRQ_OFFSET 32 /* pic interrupts start from index 32 */ macro