Searched refs:cic_ext (Results 1 – 1 of 1) sorted by relevance
116 unsigned long cic_ext = *CIC_EXT_CFG_REG; in hwbutton_handler() local118 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() local144 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()[all …]