Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsoftdog.c31 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
32 static unsigned int soft_margin = TIMER_MARGIN; /* in seconds */
36 __MODULE_STRING(TIMER_MARGIN) ")");
113 (u64)TIMER_MARGIN * NSEC_PER_SEC); in softdog_fire()
179 .timeout = TIMER_MARGIN,
H A Dtxx9wdt.c24 #define TIMER_MARGIN 60 /* Default is 60 seconds */ macro
26 static unsigned int timeout = TIMER_MARGIN; /* in seconds */
31 "default=" __MODULE_STRING(TIMER_MARGIN) ")");
125 timeout = TIMER_MARGIN; in txx9wdt_probe()