Searched refs:MSP_CIC_INTBASE (Results 1 – 2 of 2) sorted by relevance
48 #define MSP_CIC_INTBASE (MSP_MIPS_INTBASE + 8) macro49 #define MSP_INT_EXT0 (MSP_CIC_INTBASE + 0)51 #define MSP_INT_EXT1 (MSP_CIC_INTBASE + 1)53 #define MSP_INT_EXT2 (MSP_CIC_INTBASE + 2)55 #define MSP_INT_EXT3 (MSP_CIC_INTBASE + 3)57 #define MSP_INT_CPUIF (MSP_CIC_INTBASE + 4)59 #define MSP_INT_EXT4 (MSP_CIC_INTBASE + 5)61 #define MSP_INT_CIC_USB (MSP_CIC_INTBASE + 6)63 #define MSP_INT_MBOX (MSP_CIC_INTBASE + 7)65 #define MSP_INT_EXT5 (MSP_CIC_INTBASE + 8)[all …]
94 cic_msk_reg[vpe] |= (1 << (d->irq - MSP_CIC_INTBASE)); in unmask_cic_irq()107 cic_msk_reg[vpe] &= ~(1 << (d->irq - MSP_CIC_INTBASE)); in mask_cic_irq()119 *CIC_STS_REG = (1 << (d->irq - MSP_CIC_INTBASE)); in msp_cic_irq_ack()131 unsigned long imask = (1 << (d->irq - MSP_CIC_INTBASE)); in msp_cic_irq_set_affinity()179 for (i = MSP_CIC_INTBASE ; i < MSP_CIC_INTBASE + 32 ; i++) { in msp_cic_irq_init()197 if (pending & (1 << (MSP_INT_VPE0_TIMER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()199 } else if (pending & (1 << (MSP_INT_VPE1_TIMER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()201 } else if (pending & (1 << (MSP_INT_PER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()204 do_IRQ(ffs(pending) + MSP_CIC_INTBASE - 1); in msp_cic_irq_dispatch()