Searched refs:timeout_sec (Results 1 - 2 of 2) sorted by relevance

/drivers/watchdog/
H A Dmpc8xxx_wdt.c75 static unsigned int timeout_sec; variable
96 mod_timer(&wdt_timer, jiffies + HZ * timeout_sec / 2);
169 return put_user(timeout_sec, p);
221 timeout_sec = (timeout * wdt_type->prescaler) / freq;
223 timeout_sec = timeout / freq;
232 reset ? "reset" : "interrupt", timeout, timeout_sec);
H A Docteon-wdt-main.c76 /* The count needed to achieve timeout_sec. */
83 static unsigned int timeout_sec; variable
464 timeout_sec = max_timeout_sec;
471 while ((t % timeout_sec) != 0)
472 timeout_sec--;
474 periods = t / timeout_sec;
483 timeout_cnt = ((octeon_get_io_clock_rate() >> 8) * timeout_sec) >> 8;
689 pr_info("Initial granularity %d Sec\n", timeout_sec);

Completed in 62 milliseconds