Searched +full:tmr +full:- +full:inject +full:- +full:1 (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/misc/ |
H A D | xilinx_tmr_inject.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Xilinx TMR Inject IP. 8 * This driver is developed for TMR Inject IP,The Triple Modular Redundancy(TMR) 9 * Inject provides fault injection. 17 #include <linux/fault-inject.h> 19 /* TMR Inject Register offsets */ 34 * struct xtmr_inject_dev - Driver data for TMR Inject 53 iowrite32(value, xtmr_inject->regs + addr); in xtmr_inject_write() 59 return ioread32(xtmr_inject->regs + addr); in xtmr_inject_read() 64 if (val != 1) in xtmr_inject_set() [all …]
|
/linux/Documentation/devicetree/bindings/misc/ |
H A D | xlnx,tmr-inject.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/misc/xlnx,tmr-inject.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx Triple Modular Redundancy(TMR) Inject IP 10 - Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> 13 The Triple Modular Redundancy(TMR) Inject core provides functional fault 15 possibility to verify that the TMR subsystem error detection and fault 21 - xlnx,tmr-inject-1.0 24 maxItems: 1 [all …]
|
/linux/arch/microblaze/kernel/ |
H A D | entry.S | 2 * Low-level system-call handling, trap handlers and context-switching 4 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu> 5 * Copyright (C) 2008-2009 PetaLogix 25 #include <asm/asm-offsets.h> 160 /* Define how to call high-level functions. With MMU, virtual mode must be 161 * enabled when calling the high-level function. Clobbers R11. 175 rted r0, TOPHYS(1f); \ 177 1: 262 bnei r1, 1f; \ 263 /* Kernel-mode state save. */ \ [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 …]
|