Lines Matching refs:cic_ext
116 unsigned long cic_ext = *CIC_EXT_CFG_REG; in hwbutton_handler() local
118 if (CIC_EXT_IS_ACTIVE_HI(cic_ext, hirq->eirq)) { in hwbutton_handler()
120 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); in hwbutton_handler()
124 CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); in hwbutton_handler()
132 *CIC_EXT_CFG_REG = cic_ext; in hwbutton_handler()
139 unsigned long cic_ext; in msp_hwbutton_register() local
144 cic_ext = *CIC_EXT_CFG_REG; in msp_hwbutton_register()
145 CIC_EXT_SET_TRIGGER_LEVEL(cic_ext, hirq->eirq); in msp_hwbutton_register()
147 CIC_EXT_SET_ACTIVE_LO(cic_ext, hirq->eirq); in msp_hwbutton_register()
149 CIC_EXT_SET_ACTIVE_HI(cic_ext, hirq->eirq); in msp_hwbutton_register()
150 *CIC_EXT_CFG_REG = cic_ext; in msp_hwbutton_register()