Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmpc8xx.h110 #define RSR_SWRS 0x10000000 /* Software Watchdog Reset Status*/ macro
115 #define RSR_ALLBITS (RSR_JTRS|RSR_DBSRS|RSR_DBHRS|RSR_CSRS|RSR_SWRS|RSR_LLRS|RSR_ESRS|RSR_EHRS)
Dmpc83xx.h846 #define RSR_SWRS 0x00000008 macro
858 RSR_SWRS | RSR_BMRS | \
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dcpu_init.c481 RSR_SWRS, "Software Watchdog"}, { in prt_83xx_rsr()