Searched refs:max_hw_heartbeat_ms (Results 1 – 21 of 21) sorted by relevance
110 unsigned int max_hw_heartbeat_ms; member177 (!wdd->max_hw_heartbeat_ms && wdd->max_timeout && in watchdog_timeout_invalid()
44 unsigned int max_hw_heartbeat = wdt_dev->max_hw_heartbeat_ms / 1000; in ls1x_wdt_set_timeout()125 ls1x_wdt->max_hw_heartbeat_ms = U32_MAX / clk_rate * 1000; in ls1x_wdt_probe()
164 priv->wdev.max_hw_heartbeat_ms = (1000 * U8_MAX) / rate; in rza_wdt_probe()166 priv->wdev.max_hw_heartbeat_ms); in rza_wdt_probe()
184 ddata->wdd.max_hw_heartbeat_ms = (ddata->swtc * wdt_type->prescaler) / in mpc8xxx_wdt_probe()186 ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000; in mpc8xxx_wdt_probe()
91 if (!wdd->max_hw_heartbeat_ms && wdd->min_timeout > wdd->max_timeout) { in watchdog_check_min_max_timeout()184 if (!wdd->ops->start || (!wdd->ops->stop && !wdd->max_hw_heartbeat_ms)) in __watchdog_register_device()
267 wdd->max_hw_heartbeat_ms = U32_MAX / gwdt->clk * 1000; in sbsa_gwdt_probe()306 wdd->max_hw_heartbeat_ms *= 2; in sbsa_gwdt_probe()
151 actual = min(timeout, wdd->max_hw_heartbeat_ms * 1000); in aspeed_wdt_set_timeout()216 wdt->wdd.max_hw_heartbeat_ms = WDT_MAX_TIMEOUT_MS; in aspeed_wdt_probe()
114 wdd->max_hw_heartbeat_ms = 200; in ep93xx_wdt_probe()
148 wdd->max_hw_heartbeat_ms = 8000; in ts72xx_wdt_probe()
153 priv->wdd.max_hw_heartbeat_ms = hw_margin; in gpio_wdt_probe()
136 wdt_dev->max_hw_heartbeat_ms = 128 * 1000; in max77620_wdt_probe()
146 dev->wdt.max_hw_heartbeat_ms = (U32_MAX - 1) / dev->clk_rate; in tangox_wdt_probe()
167 data->wdt_dev.max_hw_heartbeat_ms = GXBB_WDT_TCNT_SETUP_MASK; in meson_gxbb_wdt_probe()
304 wdd->max_hw_heartbeat_ms = wdd->max_timeout * 1000; in rave_sp_wdt_probe()
235 wdd->max_hw_heartbeat_ms = ((RLR_MAX + 1) * 256 * 1000) / wdt->rate; in stm32_iwdg_probe()
281 wdd->max_hw_heartbeat_ms = in dw_wdt_drv_probe()
282 wdog->max_hw_heartbeat_ms = IMX2_WDT_MAX_TIME * 1000; in imx2_wdt_probe()
93 unsigned int hm = wdd->max_hw_heartbeat_ms; in watchdog_need_worker()124 hw_heartbeat_ms = min_not_zero(timeout_ms, wdd->max_hw_heartbeat_ms); in watchdog_next_keepalive()
341 wdat->wdd.max_hw_heartbeat_ms = wdat->period * tbl->max_count; in wdat_wdt_probe()
58 unsigned int max_hw_heartbeat_ms;88 'timeout'. Not used if max_hw_heartbeat_ms is non-zero.92 * max_hw_heartbeat_ms: Maximum hardware heartbeat, in milli-seconds.94 if 'timeout' is larger than max_hw_heartbeat_ms, unless WDOG_ACTIVE96 seconds. max_hw_heartbeat_ms must be set if a driver does not implement160 max_hw_heartbeat_ms.185 Drivers implementing max_hw_heartbeat_ms set the hardware watchdog heartbeat186 to the minimum of timeout and max_hw_heartbeat_ms. Those drivers set the188 (if it is larger than max_hw_heartbeat_ms), or to the achieved timeout value.
347 data->wdd.max_hw_heartbeat_ms = 0xFF * 60 * MSEC_PER_SEC; in fts_watchdog_init()