Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dw83977f_wdt.c43 static int timeoutW; /* timeout in watchdog counter units */ variable
85 outb_p(timeoutW, IO_DATA_PORT); in wdt_start()
206 outb_p(timeoutW, IO_DATA_PORT); in wdt_keepalive()
243 timeoutW = tmrval; in wdt_set_timeout()
244 timeout = (timeoutW * 30) - 15; in wdt_set_timeout()