|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | WTCNT 0xfffffe80 |
| #define | WTCSR 0xfffffe80 |
| #define | RSTCSR 0xfffffe82 |
| #define | WTCNT_R (WTCNT + 1) |
| #define | RSTCSR_R (RSTCSR + 1) |
| #define | WTCSR_IOVF 0x80 |
| #define | WTCSR_WT 0x40 |
| #define | WTCSR_TME 0x20 |
| #define | WTCSR_RSTS 0x00 |
| #define | RSTCSR_RSTS 0x20 |
| #define RSTCSR 0xfffffe82 |
Definition at line 24 of file watchdog.h.
| #define RSTCSR_R (RSTCSR + 1) |
Definition at line 27 of file watchdog.h.
| #define RSTCSR_RSTS 0x20 |
Definition at line 35 of file watchdog.h.
| #define WTCNT 0xfffffe80 |
Definition at line 22 of file watchdog.h.
| #define WTCNT_R (WTCNT + 1) |
Definition at line 26 of file watchdog.h.
| #define WTCSR 0xfffffe80 |
Definition at line 23 of file watchdog.h.
| #define WTCSR_IOVF 0x80 |
Definition at line 30 of file watchdog.h.
| #define WTCSR_RSTS 0x00 |
Definition at line 33 of file watchdog.h.
| #define WTCSR_TME 0x20 |
Definition at line 32 of file watchdog.h.
| #define WTCSR_WT 0x40 |
Definition at line 31 of file watchdog.h.
1.8.2