Searched refs:SLP_INT_MSK_REG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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));
67 *SLP_INT_MSK_REG = 0x00000000;
84 pending = *SLP_INT_STS_REG & *SLP_INT_MSK_REG;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/pmc-sierra/msp71xx/
H A Dmsp_regs.h216 #define SLP_INT_MSK_REG regptr(MSP_SLP_BASE + 0x74) macro

Completed in 46 milliseconds