Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dzx2967_wdt.c43 #define ZX2967_WDT_MAX_COUNT 0xffff macro
89 if (count > divisor * ZX2967_WDT_MAX_COUNT) in zx2967_wdt_set_timeout()
90 divisor = DIV_ROUND_UP(count, ZX2967_WDT_MAX_COUNT); in zx2967_wdt_set_timeout()