Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | SWRST_RESET_WDOG 0x4000 |
#define | WDOG_EXPIRED 0x8000 |
#define | ICTL_RESET 0x0 |
#define | ICTL_NMI 0x2 |
#define | ICTL_GPI 0x4 |
#define | ICTL_NONE 0x6 |
#define | ICTL_MASK 0x6 |
#define | WDEN_MASK 0x0FF0 |
#define | WDEN_ENABLE 0x0000 |
#define | WDEN_DISABLE 0x0AD0 |
#define ICTL_GPI 0x4 |
Definition at line 21 of file bfin_watchdog.h.
#define ICTL_MASK 0x6 |
Definition at line 23 of file bfin_watchdog.h.
#define ICTL_NMI 0x2 |
Definition at line 20 of file bfin_watchdog.h.
#define ICTL_NONE 0x6 |
Definition at line 22 of file bfin_watchdog.h.
#define ICTL_RESET 0x0 |
Definition at line 19 of file bfin_watchdog.h.
#define SWRST_RESET_WDOG 0x4000 |
Definition at line 13 of file bfin_watchdog.h.
#define WDEN_DISABLE 0x0AD0 |
Definition at line 28 of file bfin_watchdog.h.
#define WDEN_ENABLE 0x0000 |
Definition at line 27 of file bfin_watchdog.h.
#define WDEN_MASK 0x0FF0 |
Definition at line 26 of file bfin_watchdog.h.
#define WDOG_EXPIRED 0x8000 |
Definition at line 16 of file bfin_watchdog.h.