Searched refs:WDT_LONG_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
49 #define WDT_LONG_TIMEOUT (60 * MILLISEC) /* Long timeout = 60s */ macro76 static uint64_t watchdog_long_timeout = WDT_LONG_TIMEOUT;141 else if (watchdog_timeout > WDT_LONG_TIMEOUT) in watchdog_init()142 watchdog_timeout = WDT_LONG_TIMEOUT; in watchdog_init()