Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c383 if ((resetsource & SIM_RSR_HRST) || (resetsource & SIM_RSR_SWTR)) { in checkcpu()
387 (resetsource & SIM_RSR_SWTR) ? " Software Watchdog" : in checkcpu()
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5253.h26 #define SIM_RSR_SWTR (0x20) macro