DYNIRQ_BASE
#define DYNIRQ_TO_IRQ(dirq) ((dirq) + DYNIRQ_BASE)
#define IRQ_TO_DYNIRQ(irq) ((irq) - DYNIRQ_BASE)