RBTX4938_IRQ_IOC 104 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_END (RBTX4938_IRQ_IOC + RBTX4938_NR_IRQ_IOC) RBTX4938_IRQ_IOC 122 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_PCID (RBTX4938_IRQ_IOC + RBTX4938_INTB_PCID) RBTX4938_IRQ_IOC 123 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_PCIC (RBTX4938_IRQ_IOC + RBTX4938_INTB_PCIC) RBTX4938_IRQ_IOC 124 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_PCIB (RBTX4938_IRQ_IOC + RBTX4938_INTB_PCIB) RBTX4938_IRQ_IOC 125 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_PCIA (RBTX4938_IRQ_IOC + RBTX4938_INTB_PCIA) RBTX4938_IRQ_IOC 126 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_RTC (RBTX4938_IRQ_IOC + RBTX4938_INTB_RTC) RBTX4938_IRQ_IOC 127 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_ATA (RBTX4938_IRQ_IOC + RBTX4938_INTB_ATA) RBTX4938_IRQ_IOC 128 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_MODEM (RBTX4938_IRQ_IOC + RBTX4938_INTB_MODEM) RBTX4938_IRQ_IOC 129 arch/mips/include/asm/txx9/rbtx4938.h #define RBTX4938_IRQ_IOC_SWINT (RBTX4938_IRQ_IOC + RBTX4938_INTB_SWINT) RBTX4938_IRQ_IOC 80 arch/mips/txx9/rbtx4938/irq.c return RBTX4938_IRQ_IOC + __fls8(level3); RBTX4938_IRQ_IOC 88 arch/mips/txx9/rbtx4938/irq.c v |= (1 << (d->irq - RBTX4938_IRQ_IOC)); RBTX4938_IRQ_IOC 98 arch/mips/txx9/rbtx4938/irq.c v &= ~(1 << (d->irq - RBTX4938_IRQ_IOC)); RBTX4938_IRQ_IOC 133 arch/mips/txx9/rbtx4938/irq.c for (i = RBTX4938_IRQ_IOC; RBTX4938_IRQ_IOC 134 arch/mips/txx9/rbtx4938/irq.c i < RBTX4938_IRQ_IOC + RBTX4938_NR_IRQ_IOC; i++)