Searched refs:RESET_CPU_LOCKUP (Results 1 – 8 of 8) sorted by relevance
37 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()43 flags |= RESET_CPU_LOCKUP | RESET_SOFTWARE; in z_impl_hwinfo_get_reset_cause()122 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()126 | RESET_CPU_LOCKUP | RESET_SOFTWARE in z_impl_hwinfo_get_supported_reset_cause()
34 RESET_CPU_LOCKUP | in z_impl_hwinfo_get_supported_reset_cause()58 *cause = RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
80 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()142 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()181 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
58 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()87 *cause = RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()
60 flags |= RESET_CPU_LOCKUP; in z_impl_hwinfo_get_reset_cause()169 | RESET_CPU_LOCKUP in z_impl_hwinfo_get_supported_reset_cause()
67 mask |= RESET_CPU_LOCKUP; in hwinfo_mcux_rcm_xlate_reset_sources()
95 case RESET_CPU_LOCKUP: in cause_to_string()
57 #define RESET_CPU_LOCKUP BIT(8) macro