Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Drza_wdt.c40 #define DIVIDER_4BIT 4194304 /* Clock divider when CKS = 0xF */ macro
56 ticks = DIV_ROUND_UP(timeout * rate, DIVIDER_4BIT); in rza_wdt_calc_timeout()
199 priv->wdev.max_timeout = (DIVIDER_4BIT * U8_MAX) / rate; in rza_wdt_probe()