Lines Matching refs:INT_BASE
98 #define INT_BASE 32 macro
100 #define INT_BASE 128 macro
758 irq=ip->u16irq+INT_BASE; in interrupt_thread()
788 printf("IRQ %d ",(ip->u16irq+INT_BASE)); in interrupt_thread()
795 printf("IRQ %d ",(ip->u16irq+INT_BASE)); in interrupt_thread()
937 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
943 printf("Cannot open interrupt descriptor for irq=%d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
991 printf("IRQ %d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
996 printf("IRQ %d polling thread destroyed\n", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
1014 printf("IRQ %d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
1019 printf("IRQ %d polling fd closed!!\n", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()