Home
last modified time | relevance | path

Searched refs:TIMER_MARGIN (Results 1 – 3 of 3) sorted by relevance

/drivers/watchdog/
Dsoftdog.c53 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
54 static int soft_margin = TIMER_MARGIN; /* in seconds */
58 __MODULE_STRING(TIMER_MARGIN) ")");
275 softdog_set_heartbeat(TIMER_MARGIN); in watchdog_init()
278 TIMER_MARGIN); in watchdog_init()
Dmpcore_wdt.c48 #define TIMER_MARGIN 60 macro
49 static int mpcore_margin = TIMER_MARGIN;
53 __MODULE_STRING(TIMER_MARGIN) ")");
428 mpcore_wdt_set_heartbeat(TIMER_MARGIN); in mpcore_wdt_init()
430 TIMER_MARGIN); in mpcore_wdt_init()
Dtxx9wdt.c25 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
27 static int timeout = TIMER_MARGIN; /* in seconds */
32 "default=" __MODULE_STRING(TIMER_MARGIN) ")");