Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | intel_scu_watchdog_dev |
Macros | |
#define | WDT_VER "0.3" |
#define | MIN_TIME_CYCLE 1 |
#define | DEFAULT_SOFT_TO_HARD_MARGIN 2 |
#define | MAX_TIME 170 |
#define | DEFAULT_TIME 5 |
#define | MAX_SOFT_TO_HARD_MARGIN (MAX_TIME-MIN_TIME_CYCLE) |
#define | FREQ_ADJUSTMENT 8 |
Variables | |
int | sfi_mtimer_num |
#define DEFAULT_SOFT_TO_HARD_MARGIN 2 |
Definition at line 34 of file intel_scu_watchdog.h.
#define DEFAULT_TIME 5 |
Definition at line 38 of file intel_scu_watchdog.h.
#define FREQ_ADJUSTMENT 8 |
Definition at line 43 of file intel_scu_watchdog.h.
#define MAX_SOFT_TO_HARD_MARGIN (MAX_TIME-MIN_TIME_CYCLE) |
Definition at line 40 of file intel_scu_watchdog.h.
#define MAX_TIME 170 |
Definition at line 36 of file intel_scu_watchdog.h.
#define MIN_TIME_CYCLE 1 |
Definition at line 31 of file intel_scu_watchdog.h.
#define WDT_VER "0.3" |
Definition at line 28 of file intel_scu_watchdog.h.