Searched refs:SIM_RSR_SWTR (Results 1 – 2 of 2) sorted by relevance
383 if ((resetsource & SIM_RSR_HRST) || (resetsource & SIM_RSR_SWTR)) { in checkcpu()387 (resetsource & SIM_RSR_SWTR) ? " Software Watchdog" : in checkcpu()
26 #define SIM_RSR_SWTR (0x20) macro