Home
last modified time | relevance | path

Searched refs:resetsource (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c331 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()
[all …]