Searched refs:resetsource (Results 1 – 1 of 1) sorted by relevance
331 unsigned char resetsource = MCFRESET_RSR; in checkcpu() local336 (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() local383 if ((resetsource & SIM_RSR_HRST) || (resetsource & SIM_RSR_SWTR)) { in checkcpu()[all …]