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

/linux-4.4.14/drivers/watchdog/
H A Dmpc8xxx_wdt.c148 const struct mpc8xxx_wdt_type *wdt_type; mpc8xxx_wdt_probe() local
154 wdt_type = of_device_get_match_data(&ofdev->dev); mpc8xxx_wdt_probe()
155 if (!wdt_type) mpc8xxx_wdt_probe()
171 if (!enabled && wdt_type->hw_enabled) { mpc8xxx_wdt_probe()
184 timeout_sec = (timeout * wdt_type->prescaler) / freq; mpc8xxx_wdt_probe()

Completed in 68 milliseconds