Searched refs:MSP_CIC_INTBASE (Results 1 – 2 of 2) sorted by relevance
60 #define MSP_CIC_INTBASE (MSP_MIPS_INTBASE + 8) macro61 #define MSP_INT_EXT0 (MSP_CIC_INTBASE + 0)63 #define MSP_INT_EXT1 (MSP_CIC_INTBASE + 1)65 #define MSP_INT_EXT2 (MSP_CIC_INTBASE + 2)67 #define MSP_INT_EXT3 (MSP_CIC_INTBASE + 3)69 #define MSP_INT_CPUIF (MSP_CIC_INTBASE + 4)71 #define MSP_INT_EXT4 (MSP_CIC_INTBASE + 5)73 #define MSP_INT_CIC_USB (MSP_CIC_INTBASE + 6)75 #define MSP_INT_MBOX (MSP_CIC_INTBASE + 7)77 #define MSP_INT_EXT5 (MSP_CIC_INTBASE + 8)[all …]
98 cic_msk_reg[vpe] |= (1 << (d->irq - MSP_CIC_INTBASE)); in unmask_cic_irq()111 cic_msk_reg[vpe] &= ~(1 << (d->irq - MSP_CIC_INTBASE)); in mask_cic_irq()123 *CIC_STS_REG = (1 << (d->irq - MSP_CIC_INTBASE)); in msp_cic_irq_ack()135 unsigned long imask = (1 << (d->irq - MSP_CIC_INTBASE)); in msp_cic_irq_set_affinity()183 for (i = MSP_CIC_INTBASE ; i < MSP_CIC_INTBASE + 32 ; i++) { in msp_cic_irq_init()201 if (pending & (1 << (MSP_INT_VPE0_TIMER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()203 } else if (pending & (1 << (MSP_INT_VPE1_TIMER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()205 } else if (pending & (1 << (MSP_INT_PER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()208 do_IRQ(ffs(pending) + MSP_CIC_INTBASE - 1); in msp_cic_irq_dispatch()