Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5253.h26 #define SIM_RSR_HRST (0x80) macro
/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c394 if ((resetsource & SIM_RSR_HRST) || (resetsource & SIM_RSR_SWTR)) { in print_cpuinfo()
396 (resetsource & SIM_RSR_HRST) ? " Hardware/ System Reset" in print_cpuinfo()