Lines Matching refs:mask
24 uint32_t mask = 0; in hwinfo_mcux_rcm_xlate_reset_sources() local
28 mask |= RESET_LOW_POWER_WAKE; in hwinfo_mcux_rcm_xlate_reset_sources()
33 mask |= RESET_BROWNOUT; in hwinfo_mcux_rcm_xlate_reset_sources()
38 mask |= RESET_CLOCK; in hwinfo_mcux_rcm_xlate_reset_sources()
44 mask |= RESET_PLL; in hwinfo_mcux_rcm_xlate_reset_sources()
49 mask |= RESET_WATCHDOG; in hwinfo_mcux_rcm_xlate_reset_sources()
53 mask |= RESET_PIN; in hwinfo_mcux_rcm_xlate_reset_sources()
57 mask |= RESET_POR; in hwinfo_mcux_rcm_xlate_reset_sources()
62 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
67 mask |= RESET_CPU_LOCKUP; in hwinfo_mcux_rcm_xlate_reset_sources()
71 mask |= RESET_SOFTWARE; in hwinfo_mcux_rcm_xlate_reset_sources()
76 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
82 mask |= RESET_DEBUG; in hwinfo_mcux_rcm_xlate_reset_sources()
86 return mask; in hwinfo_mcux_rcm_xlate_reset_sources()