Searched +full:asm9260 +full:- +full:wdt (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | alphascale,asm9260-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/watchdog/alphascale,asm9260-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Alphascale asm9260 Watchdog timer 10 - Oleksij Rempel <linux@rempel-privat.de> 13 - $ref: watchdog.yaml# 17 const: alphascale,asm9260-wdt 24 - description: source clock, used for tick counter 25 - description: ahb gate [all …]
|
/linux/drivers/watchdog/ |
H A D | asm9260_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Watchdog driver for Alphascale ASM9260. 5 * Copyright (c) 2014 Oleksij Rempel <linux@rempel-privat.de> 71 iowrite32(0xaa, priv->iobase + HW_WDFEED); in asm9260_wdt_feed() 72 iowrite32(0x55, priv->iobase + HW_WDFEED); in asm9260_wdt_feed() 82 counter = ioread32(priv->iobase + HW_WDTV); in asm9260_wdt_gettimeleft() 84 return counter / priv->wdt_freq; in asm9260_wdt_gettimeleft() 92 counter = wdd->timeout * priv->wdt_freq; in asm9260_wdt_updatetimeout() 94 iowrite32(counter, priv->iobase + HW_WDTC); in asm9260_wdt_updatetimeout() 104 if (priv->mode == HW_RESET) in asm9260_wdt_enable() [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" 77 bool "Enable watchdog hrtimer-based pretimeouts" 198 tristate "ChromeOS EC-based watchdog" 252 tristate "Watchdog device controlled through GPIO-line" 257 controlled through GPIO-line. 280 will be called lenovo-se10-wdt. 394 module will be called mlx-wdt. [all …]
|
/linux/drivers/clk/ |
H A D | clk-asm9260.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014 Oleksij Rempel <linux@rempel-privat.de>. 10 #include <linux/clk-provider.h> 14 #include <dt-bindings/clock/alphascale,asm9260.h> 186 { CLKID_AHB_WDT, "wdt", "ahb_div", 268 clk_data->num = MAX_CLKS; in asm9260_acc_init() 269 hws = clk_data->hws; in asm9260_acc_init() 271 base = of_io_request_and_map(np, 0, np->name); in asm9260_acc_init() 286 clk_hw_register_mux_table_parent_data(NULL, mc->name, mc->parent_data, in asm9260_acc_init() 287 mc->num_parents, mc->flags, base + mc->offset, in asm9260_acc_init() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|