Home
last modified time | relevance | path

Searched +full:sp7021 +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dsunplus,sp7021-wdt.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/watchdog/sunplus,sp7021-wdt.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - XianTao Hu <xt.hu@cqplus1.com>
14 - $ref: watchdog.yaml#
18 const: sunplus,sp7021-wdt
22 - description: watchdog registers regions
23 - description: miscellaneous control registers regions
32 - compatible
[all …]
/linux-6.12.1/drivers/watchdog/
Dsunplus_wdt.c1 // SPDX-License-Identifier: GPL-2.0-only
33 #define DEVICE_NAME "sunplus-wdt"
55 void __iomem *base = priv->base; in sp_wdt_restart()
69 void __iomem *base = priv->base; in sp_wdt_ping()
72 if (wdev->timeout > SP_WDT_MAX_TIMEOUT) { in sp_wdt_ping()
73 /* WDT_CONMAX sets the count to the maximum (down-counting). */ in sp_wdt_ping()
78 * Watchdog timer is a 20-bit down-counting based on STC_CLK. in sp_wdt_ping()
82 count = (wdev->timeout * STC_CLK) >> 4; in sp_wdt_ping()
93 void __iomem *base = priv->base; in sp_wdt_stop()
103 void __iomem *base = priv->base; in sp_wdt_start()
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
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 …]