diff options
Diffstat (limited to 'include/asm-m68k/m5329.h')
| -rw-r--r-- | include/asm-m68k/m5329.h | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/include/asm-m68k/m5329.h b/include/asm-m68k/m5329.h index cd69fb0b5..3f056511c 100644 --- a/include/asm-m68k/m5329.h +++ b/include/asm-m68k/m5329.h @@ -246,6 +246,21 @@  #define CSCR_BSTW			(0x00000008)  /********************************************************************* +* Reset Controller Module (RCM) +*********************************************************************/ + +/* Bit definitions and macros for RCR */ +#define RCM_RCR_FRCRSTOUT		(0x40) +#define RCM_RCR_SOFTRST			(0x80) + +/* Bit definitions and macros for RSR */ +#define RCM_RSR_LOL			(0x01) +#define RCM_RSR_WDR_CORE		(0x02) +#define RCM_RSR_EXT			(0x04) +#define RCM_RSR_POR			(0x08) +#define RCM_RSR_SOFT			(0x20) + +/*********************************************************************  * FlexCAN Module (CAN)  *********************************************************************/  /* Bit definitions and macros for CAN_CANMCR */ |