Searched +full:watchdog +full:- +full:tops (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/watchdog/ |
H A D | dw_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 2010-2011 Picochip Ltd., Jamie Iles 6 * This file implements a driver for the Synopsys DesignWare watchdog device 7 * in the many subsystems. The watchdog has 16 different timeout periods 10 * The DesignWare watchdog cannot be stopped once it has been started so we 11 * do not implement a stop function. The watchdog core will continue to send 12 * heartbeat requests after the watchdog device has been closed. 30 #include <linux/watchdog.h> 51 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */ 68 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started " [all …]
|
H A D | rzv2h_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Renesas RZ/V2H(P) WDT Watchdog Driver 17 #include <linux/watchdog.h> 45 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" 61 * The down-counter is refreshed and starts counting operation on in rzv2h_wdt_ping() 64 writeb(0x0, priv->base + WDTRR); in rzv2h_wdt_ping() 65 writeb(0xFF, priv->base + WDTRR); in rzv2h_wdt_ping() 75 writew(wdtcr, priv->base + WDTCR); in rzv2h_wdt_setup() 78 writeb(0, priv->base + WDTRCR); in rzv2h_wdt_setup() 81 writew(0, priv->base + WDTSR); in rzv2h_wdt_setup() [all …]
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | snps,dw-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/watchdog/snps,dw-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys Designware Watchdog Timer 10 - Jamie Iles <jamie@jamieiles.com> 13 - $ref: watchdog.yaml# 18 - const: snps,dw-wdt 19 - items: 20 - enum: [all …]
|