Lines Matching +full:pnx4008 +full:- +full:wdt
1 // SPDX-License-Identifier: GPL-2.0
5 * Watchdog driver for PNX4008 board
12 * 2005-2006 (c) MontaVista Software, Inc.
34 /* WatchDog Timer - Chapter 23 Page 207 */
100 writel(wdd->timeout * WDOG_COUNTER_RATE, WDTIM_MATCH0(wdt_base)); in pnx4008_wdt_start()
121 wdd->timeout = new_timeout; in pnx4008_wdt_set_timeout()
133 * - For details, see the 'reboot' syscall in kernel/reboot.c in pnx4008_restart_handler()
134 * - If the received "cmd" is not supported, use the default mode. in pnx4008_restart_handler()
163 .identity = "PNX4008 Watchdog",
184 struct device *dev = &pdev->dev; in pnx4008_wdt_probe()
217 { .compatible = "nxp,pnx4008-wdt" },
225 .name = "pnx4008-watchdog",
235 MODULE_DESCRIPTION("PNX4008 Watchdog Driver");
248 MODULE_ALIAS("platform:pnx4008-watchdog");