Lines Matching defs:timeout
22 * Also, the wdt_period sets the watchdog timer period timeout.
24 * trigger a watchdog timeout. This watchdog timeout will occur 3 times, the
58 * at least 1. This will still result in a very long timeout.
75 * This procedure will find the highest period which will give a timeout
114 val |= WDTP(sec_to_period(wdog->timeout));
145 val |= (TCR_WIE|TCR_WRC(WRC_CHIP)|WDTP(sec_to_period(wdog->timeout)));
174 pr_debug("watchdog enabled (timeout = %u sec)\n", wdog->timeout);
188 unsigned int timeout)
190 wdt_dev->timeout = timeout;