cic_ext           116 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	unsigned long cic_ext = *CIC_EXT_CFG_REG;
cic_ext           118 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	if (CIC_EXT_IS_ACTIVE_HI(cic_ext, hirq->eirq)) {
cic_ext           120 arch/mips/pmcs-msp71xx/msp_hwbutton.c 		CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq);
cic_ext           124 arch/mips/pmcs-msp71xx/msp_hwbutton.c 		CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq);
cic_ext           132 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	*CIC_EXT_CFG_REG = cic_ext;
cic_ext           139 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	unsigned long cic_ext;
cic_ext           144 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	cic_ext = *CIC_EXT_CFG_REG;
cic_ext           145 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	CIC_EXT_SET_TRIGGER_LEVEL(cic_ext, hirq->eirq);
cic_ext           147 arch/mips/pmcs-msp71xx/msp_hwbutton.c 		CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq);
cic_ext           149 arch/mips/pmcs-msp71xx/msp_hwbutton.c 		CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq);
cic_ext           150 arch/mips/pmcs-msp71xx/msp_hwbutton.c 	*CIC_EXT_CFG_REG = cic_ext;