Searched refs:max_hw_heartbeat_ms (Results 1 – 24 of 24) sorted by relevance
107 unsigned int max_hw_heartbeat_ms; member174 (!wdd->max_hw_heartbeat_ms && wdd->max_timeout && in watchdog_timeout_invalid()
40 unsigned int max_hw_heartbeat = wdt_dev->max_hw_heartbeat_ms / 1000; in ls1x_wdt_set_timeout()127 ls1x_wdt->max_hw_heartbeat_ms = U32_MAX / clk_rate * 1000; in ls1x_wdt_probe()
69 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_start()104 int reload = SECS_TO_TICKS(min(wdd->timeout, wdd->max_hw_heartbeat_ms/1000)); in hpwdt_ping()230 .max_hw_heartbeat_ms = HPWDT_MAX_TIMER * 1000,
197 ddata->wdd.max_hw_heartbeat_ms = (ddata->swtc * wdt_type->prescaler) / in mpc8xxx_wdt_probe()199 ddata->wdd.min_timeout = ddata->wdd.max_hw_heartbeat_ms / 1000; in mpc8xxx_wdt_probe()
210 priv->wdev.max_hw_heartbeat_ms = (1000 * U8_MAX) / rate; in rza_wdt_probe()212 priv->wdev.max_hw_heartbeat_ms); in rza_wdt_probe()
255 wdd->max_hw_heartbeat_ms = U32_MAX / gwdt->clk * 1000; in sbsa_gwdt_probe()294 wdd->max_hw_heartbeat_ms *= 2; in sbsa_gwdt_probe()
96 wdd->min_timeout, wdd->max_hw_heartbeat_ms / 1000); in stm32_iwdg_start()258 wdd->max_hw_heartbeat_ms = ((RLR_MAX + 1) * wdt->data->max_prescaler * in stm32_iwdg_probe()
86 if (!wdd->max_hw_heartbeat_ms && wdd->min_timeout > wdd->max_timeout) { in watchdog_check_min_max_timeout()193 if (!wdd->ops->start || (!wdd->ops->stop && !wdd->max_hw_heartbeat_ms)) in __watchdog_register_device()
150 actual = min(timeout, wdd->max_hw_heartbeat_ms * 1000); in aspeed_wdt_set_timeout()268 wdt->wdd.max_hw_heartbeat_ms = WDT_MAX_TIMEOUT_MS; in aspeed_wdt_probe()
113 wdd->max_hw_heartbeat_ms = 200; in ep93xx_wdt_probe()
97 priv->wdd.max_hw_heartbeat_ms = 4096*1000; in tqmx86_wdt_probe()
146 wdd->max_hw_heartbeat_ms = 8000; in ts72xx_wdt_probe()
134 wdt_dev->max_hw_heartbeat_ms = 128 * 1000; in max77620_wdt_probe()
155 priv->wdd.max_hw_heartbeat_ms = hw_margin; in gpio_wdt_probe()
175 data->wdt_dev.max_hw_heartbeat_ms = GXBB_WDT_TCNT_SETUP_MASK; in meson_gxbb_wdt_probe()
151 dev->wdt.max_hw_heartbeat_ms = (U32_MAX - 1) / dev->clk_rate; in tangox_wdt_probe()
304 wdd->max_hw_heartbeat_ms = wdd->max_timeout * 1000; in rave_sp_wdt_probe()
247 w->wdt.max_hw_heartbeat_ms = WDT_MAX_MS; in bd70528_wdt_probe()
273 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()
103 unsigned int hm = wdd->max_hw_heartbeat_ms; in watchdog_need_worker()138 hw_heartbeat_ms = min_not_zero(timeout_ms, wdd->max_hw_heartbeat_ms); in watchdog_next_keepalive()
339 wdat->wdd.max_hw_heartbeat_ms = wdat->period * tbl->max_count; in wdat_wdt_probe()
60 unsigned int max_hw_heartbeat_ms;91 'timeout'. Not used if max_hw_heartbeat_ms is non-zero.95 * max_hw_heartbeat_ms: Maximum hardware heartbeat, in milli-seconds.97 if 'timeout' is larger than max_hw_heartbeat_ms, unless WDOG_ACTIVE99 seconds. max_hw_heartbeat_ms must be set if a driver does not implement166 max_hw_heartbeat_ms.197 Drivers implementing max_hw_heartbeat_ms set the hardware watchdog heartbeat198 to the minimum of timeout and max_hw_heartbeat_ms. Those drivers set the200 (if it is larger than max_hw_heartbeat_ms), or to the achieved timeout value.
337 data->wdd.max_hw_heartbeat_ms = 0xFF * 60 * MSEC_PER_SEC; in fts_watchdog_init()