Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_hwbutton.c116 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()
[all …]