Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Ddw_wdt.c67 static inline int dw_wdt_top_in_seconds(struct dw_wdt *dw_wdt, unsigned top) in dw_wdt_top_in_seconds() function
80 return dw_wdt_top_in_seconds(dw_wdt, top); in dw_wdt_get_top()
103 if (dw_wdt_top_in_seconds(dw_wdt, i) >= top_s) { in dw_wdt_set_timeout()
117 wdd->timeout = dw_wdt_top_in_seconds(dw_wdt, top_val); in dw_wdt_set_timeout()
274 dw_wdt_top_in_seconds(dw_wdt, DW_WDT_MAX_TOP) * 1000; in dw_wdt_drv_probe()