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 unsigned int soft_margin = TIMER_MARGIN; /* in seconds */
58 __MODULE_STRING(TIMER_MARGIN) ")");
174 TIMER_MARGIN); in watchdog_init()
Dtxx9wdt.c28 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
30 static unsigned int timeout = TIMER_MARGIN; /* in seconds */
35 "default=" __MODULE_STRING(TIMER_MARGIN) ")");
131 timeout = TIMER_MARGIN; in txx9wdt_probe()
Dmpcore_wdt.c53 #define TIMER_MARGIN 60 macro
54 static int mpcore_margin = TIMER_MARGIN;
58 __MODULE_STRING(TIMER_MARGIN) ")");
434 mpcore_wdt_set_heartbeat(TIMER_MARGIN); in mpcore_wdt_init()
436 TIMER_MARGIN); in mpcore_wdt_init()