Home
last modified time | relevance | path

Searched refs:MSP_INT_VPE0_TIMER (Results 1 – 3 of 3) sorted by relevance

/arch/mips/pmcs-msp71xx/
Dmsp_irq_cic.c139 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()
Dmsp_time.c100 return get_current_vpe() ? MSP_INT_VPE1_TIMER : MSP_INT_VPE0_TIMER; in get_c0_compare_int()
/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_cic_int.h95 #define MSP_INT_VPE0_TIMER (MSP_CIC_INTBASE + 17) macro