Searched +full:tmr +full:- +full:manager (Results 1 – 9 of 9) sorted by relevance
| /linux/Documentation/devicetree/bindings/misc/ |
| H A D | xlnx,tmr-manager.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/misc/xlnx,tmr-manager.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP 10 - Appana Durga Kedareswara rao <appana.durga.kedareswara.rao@amd.com> 13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the 14 TMR subsystem state, including fault detection and error recovery. The core 15 is triplicated in each of the sub-blocks in the TMR subsystem, and provides 21 - xlnx,tmr-manager-1.0 [all …]
|
| /linux/drivers/misc/ |
| H A D | xilinx_tmr_manager.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Driver for Xilinx TMR Manager IP. 8 * This driver is developed for TMR Manager,The Triple Modular Redundancy(TMR) 9 * Manager is responsible for handling the TMR subsystem state, including 11 * the sub-blocks in the TMR subsystem, and provides majority voting of 21 /* TMR Manager Register offsets */ 44 * struct xtmr_manager_dev - Driver data for TMR Manager 63 iowrite32(value, xtmr_manager->regs + addr); in xtmr_manager_write() 69 return ioread32(xtmr_manager->regs + addr); in xtmr_manager_read() 80 xtmr_manager->err_cnt++; in xmb_manager_update_errcnt() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 27 See Documentation/misc-devices/ad525x_dpot.rst for the 40 module will be called ad525x_dpot-i2c. 51 module will be called ad525x_dpot-spi. 65 This option enables device driver support for in-band access to the 78 website <https://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 112 UFS. Provides interface for in-kernel security controllers to access 211 called smpro-errmon. 221 called smpro-misc. 224 tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" [all …]
|
| /linux/sound/core/seq/ |
| H A D | seq_clientmgr.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ALSA sequencer Client Manager 4 * Copyright (c) 1998-2001 by Frank van de Pol <fvdpol@coil.demon.nl> 30 /* Client Manager 44 /* number of kernel non-card clients */ 83 switch (file->f_mod in snd_seq_file_flags() 1722 struct snd_seq_timer *tmr; snd_seq_ioctl_get_queue_status() local 1751 struct snd_seq_timer *tmr; snd_seq_ioctl_get_queue_tempo() local 1801 struct snd_seq_timer *tmr; snd_seq_ioctl_get_queue_timer() local 1836 struct snd_seq_timer *tmr; snd_seq_ioctl_set_queue_timer() local [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. 263 /* Kernel-mode state save. */ \ 264 /* Reload kernel stack-ptr. */ \ 268 /* addik r1, r1, -PT_SIZE; */ \ 269 addik r1, r1, CONFIG_KERNEL_BASE_ADDR - CONFIG_KERNEL_START - PT_SIZE; \ [all …]
|
| /linux/drivers/scsi/aacraid/ |
| H A D | aacraid.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 34 /*------------------------------------------------------------------------------ 36 *----------------------------------------------------------------------------*/ 61 /* Bit definitions in IOA->Host Interrupt Register */ 90 # define AAC_DRIVER_BRANCH "-custom" 95 #define AAC_NUM_IO_FIB (1024 - AAC_NUM_MGT_FIB) 105 /* Thor: 5 phys. buses: #0: empty, 1-4: 256 targets each */ [all …]
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8365.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 10 #include <dt-bindings/clock/mediatek,mt8365-clk.h> 11 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include <dt-bindings/interrupt-controller/irq.h> 13 #include <dt-bindings/memory/mediatek,mt8365-larb-port.h> 14 #include <dt-bindings/phy/phy.h> 15 #include <dt-bindings/power/mediatek,mt8365-power.h> 19 interrupt-parent = <&sysirq>; 20 #address-cells = <2>; 21 #size-cells = <2>; [all …]
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_device.c | 37 #include <linux/pci-p2pdma.h> 38 #include <linux/apple-gmux.h> 87 #include <asm/intel-family.h> 102 #define AMDGPU_RETRY_SRIOV_RESET(r) ((r) == -EBUSY || (r) == -ETIMEDOUT || (r) == -EINVAL) 153 #define AMDGPU_IP_BLK_MASK_ALL GENMASK(AMD_IP_BLOCK_TYPE_NUM - 1, 0) 187 return (adev->init_lvl->hwini_ip_block_mask & (1U << block)) != 0; in amdgpu_ip_member_of_hwini() 195 adev->init_lvl = &amdgpu_init_minimal_xgmi; in amdgpu_set_init_level() 198 adev->init_lvl = &amdgpu_init_recovery; in amdgpu_set_init_level() 203 adev->init_lvl = &amdgpu_init_default; in amdgpu_set_init_level() 239 ret = sysfs_create_file(&adev->dev->kobj, in amdgpu_device_attr_sysfs_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 …]
|