Lines Matching refs:resetsource
331 unsigned char resetsource = MCFRESET_RSR; in checkcpu() local
336 (resetsource & MCFRESET_RSR_LOL) ? " Loss of Lock" : "", in checkcpu()
337 (resetsource & MCFRESET_RSR_LOC) ? " Loss of Clock" : "", in checkcpu()
338 (resetsource & MCFRESET_RSR_EXT) ? " External" : "", in checkcpu()
339 (resetsource & MCFRESET_RSR_POR) ? " Power On" : "", in checkcpu()
340 (resetsource & MCFRESET_RSR_WDR) ? " Watchdog" : "", in checkcpu()
341 (resetsource & MCFRESET_RSR_SOFT) ? " Software" : "", in checkcpu()
342 (resetsource & MCFRESET_RSR_LVD) ? " Low Voltage" : ""); in checkcpu()
379 unsigned char resetsource = mbar_readLong(SIM_RSR); in checkcpu() local
383 if ((resetsource & SIM_RSR_HRST) || (resetsource & SIM_RSR_SWTR)) { in checkcpu()
385 (resetsource & SIM_RSR_HRST) ? " Hardware/ System Reset" in checkcpu()
387 (resetsource & SIM_RSR_SWTR) ? " Software Watchdog" : in checkcpu()