Home
last modified time | relevance | path

Searched +full:tmr +full:- +full:manager +full:- +full:1 (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,tmr-manager.yaml1 # 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 Dxilinx_tmr_manager.c1 // 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 */
34 #define XTMR_MANAGER_FFR_LM13_MASK BIT(1)
44 * struct xtmr_manager_dev - Driver data for TMR Manager
47 * @magic1: Magic 1 hardware configuration value
63 iowrite32(value, xtmr_manager->regs + addr); in xtmr_manager_write()
[all …]
/linux/sound/core/seq/
H A Dseq_clientmgr.c1 // 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 Dentry.S2 * 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/drivers/scsi/aacraid/
H A Daacraid.h1 /* 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 *----------------------------------------------------------------------------*/
51 #define AAC_INT_MODE_INTX (1<<0)
52 #define AAC_INT_MODE_MSI (1<<1)
53 #define AAC_INT_MODE_AIF (1<<2)
54 #define AAC_INT_MODE_SYNC (1<<3)
[all …]
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365.dtsi1 // 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 Damdgpu_device.c37 #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)
107 #define AMDGPU_VBIOS_SKIP (1U << 0)
108 #define AMDGPU_VBIOS_OPTIONAL (1U << 1)
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()
[all …]
/linux/
H A 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 …]