Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/watchdog/
A Dexar_wdt.c197 bool unit_min = false; in exar_wdt_set_timeout() local
204 unit_min = true; in exar_wdt_set_timeout()
209 priv->unit = unit_min ? WDT_UNITS_MIN : WDT_UNITS_SEC; in exar_wdt_set_timeout()
212 wdog->timeout = unit_min ? t * 60 : t; in exar_wdt_set_timeout()

Completed in 3 milliseconds