Searched +full:gic +full:- +full:v5 +full:- +full:irs (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/arm,gic-v5.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lorenzo Pieralisi <lpieralisi@kernel.org>11 - Marc Zyngier <maz@kernel.org>21 - one or more IRS (Interrupt Routing Service)22 - zero or more ITS (Interrupt Translation Service)25 - PE-Private Peripheral Interrupts (PPI)26 - Shared Peripheral Interrupts (SPI)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) 2024-2025 ARM Limited, All Rights Reserved.6 #define pr_fmt(fmt) "GICv5 IRS: " fmt14 #include <linux/irqchip/arm-gic-v5.h>17 * Hardcoded ID_BITS limit for systems supporting only a 1-level IST18 * table. Systems supporting only a 1-level IST table aren't expected31 return readl_relaxed(irs_data->irs_base + reg_offset); in irs_readl_relaxed()37 writel_relaxed(val, irs_data->irs_base + reg_offset); in irs_writel_relaxed()43 return readq_relaxed(irs_data->irs_base + reg_offset); in irs_readq_relaxed()49 writeq_relaxed(val, irs_data->irs_base + reg_offset); in irs_writeq_relaxed()[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_IRQCHIP) += irqchip.o4 obj-$(CONFIG_AL_FIC) += irq-al-fic.o5 obj-$(CONFIG_ALPINE_MSI) += irq-alpine-msi.o6 obj-$(CONFIG_ATH79) += irq-ath79-cpu.o7 obj-$(CONFIG_ATH79) += irq-ath79-misc.o8 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2835.o9 obj-$(CONFIG_ARCH_BCM2835) += irq-bcm2836.o10 obj-$(CONFIG_ARCH_ACTIONS) += irq-owl-sirq.o11 obj-$(CONFIG_DAVINCI_CP_INTC) += irq-davinci-cp-intc.o[all …]