Searched refs:MSP_INT_VPE0_TIMER (Results 1 – 3 of 3) sorted by relevance
139 BUG_ON(d->irq == MSP_INT_VPE0_TIMER || d->irq == MSP_INT_VPE1_TIMER); in msp_cic_irq_set_affinity()201 if (pending & (1 << (MSP_INT_VPE0_TIMER - MSP_CIC_INTBASE))) { in msp_cic_irq_dispatch()202 do_IRQ(MSP_INT_VPE0_TIMER); in msp_cic_irq_dispatch()
100 return get_current_vpe() ? MSP_INT_VPE1_TIMER : MSP_INT_VPE0_TIMER; in get_c0_compare_int()
95 #define MSP_INT_VPE0_TIMER (MSP_CIC_INTBASE + 17) macro