Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Drc32434_wdt.c78 int max_to = WTCOMP2SEC((u32)-1); in rc32434_wdt_set() local
80 if (new_timeout < 0 || new_timeout > max_to) { in rc32434_wdt_set()
81 pr_err("timeout value must be between 0 and %d\n", max_to); in rc32434_wdt_set()