Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/watchdog/
Dmpc8xxx_wdt.c157 const struct mpc8xxx_wdt_type *wdt_type; in mpc8xxx_wdt_probe() local
165 wdt_type = match->data; in mpc8xxx_wdt_probe()
175 if (!enabled && wdt_type->hw_enabled) { in mpc8xxx_wdt_probe()
183 timeout_sec = (timeout * wdt_type->prescaler) / freq; in mpc8xxx_wdt_probe()