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

/linux-master/drivers/watchdog/
H A Dat91sam9_wdt.c60 #define WDT_COUNTER_MAX_SECS ticks_to_secs(WDT_COUNTER_MAX_TICKS) macro
268 u32 max = WDT_COUNTER_MAX_SECS;
278 if (!max || max > WDT_COUNTER_MAX_SECS)
279 max = WDT_COUNTER_MAX_SECS;

Completed in 112 milliseconds