Searched refs:cic_ext (Results 1 - 1 of 1) 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_hwbutton.c116 unsigned long cic_ext = *CIC_EXT_CFG_REG; local
118 if (CIC_EXT_IS_ACTIVE_HI(cic_ext, hirq->eirq)) {
120 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq);
124 CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq);
132 *CIC_EXT_CFG_REG = cic_ext;
139 unsigned long cic_ext; local
144 cic_ext = *CIC_EXT_CFG_REG;
145 CIC_EXT_SET_TRIGGER_LEVEL(cic_ext, hirq->eirq);
147 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq);
149 CIC_EXT_SET_ACTIVE_HI(cic_ext, hir
[all...]

Completed in 25 milliseconds