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

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

Completed in 45 milliseconds