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()
941 snprintf(name, sizeof(name)-1, "/proc/irq/%d/irq", (u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
947 printf("Cannot open interrupt descriptor for irq=%d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_AttachISR()
995 printf("IRQ %d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
1000 printf("IRQ %d polling thread destroyed\n", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
1018 printf("IRQ %d ", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()
1023 printf("IRQ %d polling fd closed!!\n", (MS_U16)(u8VectorIndex+INT_BASE)); in CHIP_DetachISR()