Searched +full:cx92755 +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | cnxt,cx92755-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/watchdog/cnxt,cx92755-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - Baruch Siach <baruch@tkos.co.il> 19 - $ref: watchdog.yaml# 23 const: cnxt,cx92755-wdt 32 - compatible 33 - reg 34 - clocks [all …]
|
/linux/arch/arm/boot/dts/cnxt/ |
H A D | cx92755.dtsi | 2 * Device Tree Include file for the Conexant Digicolor CX92755 SoC 8 * This file is dual-licensed: you can use it either under the terms 48 #address-cells = <1>; 49 #size-cells = <1>; 50 compatible = "cnxt,cx92755"; 52 interrupt-parent = <&intc>; 55 #address-cells = <1>; 56 #size-cells = <0>; 59 compatible = "arm,cortex-a8"; 65 compatible = "fixed-clock"; [all …]
|
/linux/drivers/watchdog/ |
H A D | digicolor_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0+ 34 static void dc_wdt_set(struct dc_wdt *wdt, u32 ticks) in dc_wdt_set() argument 38 spin_lock_irqsave(&wdt->lock, flags); in dc_wdt_set() 40 writel_relaxed(0, wdt->base + TIMER_A_CONTROL); in dc_wdt_set() 41 writel_relaxed(ticks, wdt->base + TIMER_A_COUNT); in dc_wdt_set() 43 wdt->base + TIMER_A_CONTROL); in dc_wdt_set() 45 spin_unlock_irqrestore(&wdt->lock, flags); in dc_wdt_set() 51 struct dc_wdt *wdt = watchdog_get_drvdata(wdog); in dc_wdt_restart() local 53 dc_wdt_set(wdt, 1); in dc_wdt_restart() 62 struct dc_wdt *wdt = watchdog_get_drvdata(wdog); in dc_wdt_start() local [all …]
|