Home
last modified time | relevance | path

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

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