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

/linux-4.1.27/arch/mips/pmcs-msp71xx/
H A Dmsp_hwbutton.c116 unsigned long cic_ext = *CIC_EXT_CFG_REG; hwbutton_handler() local
118 if (CIC_EXT_IS_ACTIVE_HI(cic_ext, hirq->eirq)) { hwbutton_handler()
120 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); hwbutton_handler()
124 CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); hwbutton_handler()
132 *CIC_EXT_CFG_REG = cic_ext; hwbutton_handler()
139 unsigned long cic_ext; msp_hwbutton_register() local
144 cic_ext = *CIC_EXT_CFG_REG; msp_hwbutton_register()
145 CIC_EXT_SET_TRIGGER_LEVEL(cic_ext, hirq->eirq); msp_hwbutton_register()
147 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); msp_hwbutton_register()
149 CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); msp_hwbutton_register()
150 *CIC_EXT_CFG_REG = cic_ext; msp_hwbutton_register()

Completed in 170 milliseconds