Searched refs:MSP_SLP_INTBASE (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/pmc-sierra/msp71xx/
H A 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
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/pmc-sierra/msp71xx/
H A 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
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_irq_slp.c28 *SLP_INT_MSK_REG |= (1 << (irq - MSP_SLP_INTBASE));
37 *SLP_INT_MSK_REG &= ~(1 << (irq - MSP_SLP_INTBASE));
50 *SLP_INT_STS_REG = (1 << (irq - MSP_SLP_INTBASE));
73 for (i = MSP_SLP_INTBASE; i < MSP_PER_INTBASE + 32; i++)
83 intbase = MSP_SLP_INTBASE;
87 if (pending == (1 << (MSP_INT_PER - MSP_SLP_INTBASE))) {
95 (intbase == MSP_SLP_INTBASE) ? "SLP" : "PER");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pmc-sierra/msp71xx/
H A Dmsp_irq_slp.c28 *SLP_INT_MSK_REG |= (1 << (irq - MSP_SLP_INTBASE));
37 *SLP_INT_MSK_REG &= ~(1 << (irq - MSP_SLP_INTBASE));
50 *SLP_INT_STS_REG = (1 << (irq - MSP_SLP_INTBASE));
73 for (i = MSP_SLP_INTBASE; i < MSP_PER_INTBASE + 32; i++)
83 intbase = MSP_SLP_INTBASE;
87 if (pending == (1 << (MSP_INT_PER - MSP_SLP_INTBASE))) {
95 (intbase == MSP_SLP_INTBASE) ? "SLP" : "PER");

Completed in 119 milliseconds