Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dnic7018_wdt.c31 #define WDT_MAX_COUNTER 15 macro
79 if (count > WDT_MAX_COUNTER) in nic7018_get_config()
80 count = WDT_MAX_COUNTER; in nic7018_get_config()