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

/drivers/watchdog/
H A Dw83977f_wdt.c48 static int timeoutW; /* timeout in watchdog counter units */ variable
90 outb_p(timeoutW, IO_DATA_PORT);
211 outb_p(timeoutW, IO_DATA_PORT);
246 * timeoutW is the timeout in watchdog counter units.
248 timeoutW = tmrval;
249 timeout = (timeoutW * 30) - 15;

Completed in 45 milliseconds