Lines Matching refs:exceptions
158 uint32_t exceptions = 0; in stm32_exti_set_type() local
178 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_set_type()
183 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_set_type()
190 uint32_t exceptions = 0; in stm32_exti_mask() local
192 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_mask()
197 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_mask()
205 uint32_t exceptions = 0; in stm32_exti_unmask() local
207 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_unmask()
212 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_unmask()
220 uint32_t exceptions = 0; in stm32_exti_enable_wake() local
222 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_enable_wake()
226 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_enable_wake()
234 uint32_t exceptions = 0; in stm32_exti_disable_wake() local
236 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_disable_wake()
240 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_disable_wake()
247 uint32_t exceptions = 0; in stm32_exti_clear() local
249 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_clear()
254 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_clear()
262 uint32_t exceptions = 0; in stm32_exti_set_tz() local
264 exceptions = cpu_spin_lock_xsave(&exti->lock); in stm32_exti_set_tz()
268 cpu_spin_unlock_xrestore(&exti->lock, exceptions); in stm32_exti_set_tz()