Searched +full:rza1 +full:- +full:irqc (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/renesas,rza1-irqc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Chris Brandt <chris.brandt@renesas.com>11 - Geert Uytterhoeven <geert+renesas@glider.be>14 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas RZ/A1 and16 - IRQ sense select for 8 external interrupts, 1:1-mapped to 8 GIC SPI interrupts,17 - NMI edge select.20 - $ref: /schemas/interrupt-controller.yaml#[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas RZ/A1 IRQC Driver19 #include <dt-bindings/interrupt-controller/arm-gic.h>51 return data->domain->host_data; in irq_data_to_priv()60 tmp = readw_relaxed(priv->base + IRQRR); in rza1_irqc_eoi()62 writew_relaxed(GENMASK(IRQC_NUM_IRQ - 1, 0) & ~bit, in rza1_irqc_eoi()63 priv->base + IRQRR); in rza1_irqc_eoi()92 return -EINVAL; in rza1_irqc_set_type()95 tmp = readw_relaxed(priv->base + ICR1); in rza1_irqc_set_type()98 writew_relaxed(tmp, priv->base + ICR1); in rza1_irqc_set_type()[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_AINTC) += irq-davinci-aintc.o[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2013-14 Renesas Solutions Corp.6 * Copyright (C) 2014 Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>9 #include <dt-bindings/clock/r7s72100-clock.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>15 #address-cells = <1>;16 #size-cells = <1>;32 #clock-cells = <0>;33 compatible = "fixed-factor-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r7s9210-cpg-mssr.h>14 interrupt-parent = <&gic>;15 #address-cells = <1>;16 #size-cells = <1>;20 #clock-cells = <0>;21 compatible = "fixed-clock";23 clock-frequency = <0>;27 #clock-cells = <0>;[all …]