Go to the documentation of this file.
12 #ifndef __ASM_CPU_SH4_WATCHDOG_H
13 #define __ASM_CPU_SH4_WATCHDOG_H
15 #if defined(CONFIG_CPU_SUBTYPE_SH7785) || defined(CONFIG_CPU_SUBTYPE_SH7780)
17 #define WTBST_HIGH 0x55
19 #define WTCNT_R 0xffcc0010
20 #define WTCSR 0xffcc0004
21 #define WTCNT 0xffcc0000
23 #define WTBST 0xffcc0008
25 #elif defined(CONFIG_CPU_SUBTYPE_SH7722) || \
26 defined(CONFIG_CPU_SUBTYPE_SH7723) || \
27 defined(CONFIG_CPU_SUBTYPE_SH7724)
28 #define WTCNT 0xa4520000
29 #define WTCSR 0xa4520004
32 #define WTCNT 0xffc00008
33 #define WTCSR 0xffc0000c
37 #define WTCSR_TME 0x80
39 #define WTCSR_RSTS 0x20
40 #define WTCSR_WOVF 0x10
41 #define WTCSR_IOVF 0x08