Home
last modified time | relevance | path

Searched refs:MSP_SLP_INTBASE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/include/asm/mach-pmcs-msp71xx/
Dmsp_slp_int.h58 #define MSP_SLP_INTBASE (MSP_MIPS_INTBASE + 8) macro
59 #define MSP_INT_EXT0 (MSP_SLP_INTBASE + 0)
61 #define MSP_INT_EXT1 (MSP_SLP_INTBASE + 1)
63 #define MSP_INT_EXT2 (MSP_SLP_INTBASE + 2)
65 #define MSP_INT_EXT3 (MSP_SLP_INTBASE + 3)
76 #define MSP_INT_SLP_VE (MSP_SLP_INTBASE + 8)
78 #define MSP_INT_SLP_TDM (MSP_SLP_INTBASE + 9)
80 #define MSP_INT_SLP_MAC0 (MSP_SLP_INTBASE + 10)
82 #define MSP_INT_SLP_MAC1 (MSP_SLP_INTBASE + 11)
84 #define MSP_INT_SEC (MSP_SLP_INTBASE + 12)
[all …]
/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_irq_slp.c29 *SLP_INT_MSK_REG |= (1 << (irq - MSP_SLP_INTBASE)); in unmask_msp_slp_irq()
40 *SLP_INT_MSK_REG &= ~(1 << (irq - MSP_SLP_INTBASE)); in mask_msp_slp_irq()
55 *SLP_INT_STS_REG = (1 << (irq - MSP_SLP_INTBASE)); in ack_msp_slp_irq()
78 for (i = MSP_SLP_INTBASE; i < MSP_PER_INTBASE + 32; i++) in msp_slp_irq_init()
88 intbase = MSP_SLP_INTBASE; in msp_slp_irq_dispatch()
92 if (pending == (1 << (MSP_INT_PER - MSP_SLP_INTBASE))) { in msp_slp_irq_dispatch()
100 (intbase == MSP_SLP_INTBASE) ? "SLP" : "PER"); in msp_slp_irq_dispatch()