Searched +full:visconti +full:- +full:wdt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | toshiba,visconti-wdt.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/watchdog/toshiba,visconti-wdt.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 8 title: Toshiba Visconti SoCs PIUWDT Watchdog timer 11 - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> 14 - $ref: watchdog.yaml# 19 - toshiba,visconti-wdt 27 timeout-sec: true 30 - compatible [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | visconti_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0 43 u32 timeout = wdev->timeout * VISCONTI_WDT_FREQ; in visconti_wdt_start() 45 writel(priv->div, priv->base + WDT_DIV); in visconti_wdt_start() 46 writel(0, priv->base + WDT_MIN); in visconti_wdt_start() 47 writel(timeout, priv->base + WDT_MAX); in visconti_wdt_start() 48 writel(0, priv->base + WDT_CTL); in visconti_wdt_start() 49 writel(WDT_CMD_START_STOP, priv->base + WDT_CMD); in visconti_wdt_start() 58 writel(1, priv->base + WDT_CTL); in visconti_wdt_stop() 59 writel(WDT_CMD_START_STOP, priv->base + WDT_CMD); in visconti_wdt_stop() 68 writel(WDT_CMD_CLEAR, priv->base + WDT_CMD); in visconti_wdt_ping() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 218 tristate "Watchdog device controlled through GPIO-line" 223 controlled through GPIO-line. 341 module will be called mlx-wdt. 375 More details: ARM DEN0029B - Server Base System Architecture (SBSA) 444 The Intel Footbridge chip contains a built-in watchdog circuit. Say Y 452 "If in doubt, leave it out" - say N. [all …]
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|