Searched defs:timer_set (Results 1 - 2 of 2) sorted by relevance

/drivers/watchdog/
H A Dintel_scu_watchdog.h49 u32 timer_set; member in struct:intel_scu_watchdog_dev
H A Dintel_scu_watchdog.c69 static int timer_set = DEFAULT_TIME; variable
70 module_param(timer_set, int, 0);
71 MODULE_PARM_DESC(timer_set,
88 "of length: timer_set. At the end of this interval, the"
115 (new_margin > MAX_TIME - timer_set)) {
117 new_margin, MIN_TIME_CYCLE, MAX_TIME - timer_set);
216 watchdog_device.timer_set = t;
220 (watchdog_device.timer_set - timer_margin)
225 pr_debug("set_heartbeat: timer_set is %x (hex)\n",
226 watchdog_device.timer_set);
[all...]

Completed in 58 milliseconds