Home
last modified time | relevance | path

Searched +full:vt8500 +full:- +full:intc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-vt8500.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * arch/arm/mach-vt8500/irq.c
59 /* vt8500 has 1 intc, wm8505 and wm8650 have 2 */
72 struct vt8500_irq_data *priv = d->domain->host_data; in vt8500_irq_ack()
73 void __iomem *base = priv->base; in vt8500_irq_ack()
74 void __iomem *stat_reg = base + VT8500_ICIS + (d->hwirq < 32 ? 0 : 4); in vt8500_irq_ack()
75 u32 status = (1 << (d->hwirq & 0x1f)); in vt8500_irq_ack()
82 struct vt8500_irq_data *priv = d->domain->host_data; in vt8500_irq_mask()
83 void __iomem *base = priv->base; in vt8500_irq_mask()
86 dctr = readb(base + VT8500_ICDC + d->hwirq); in vt8500_irq_mask()
[all …]
/linux/arch/arm/boot/dts/vt8500/
H A Dvt8500.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * vt8500.dtsi - Device tree file for VIA VT8500 SoC
9 #address-cells = <1>;
10 #size-cells = <1>;
11 compatible = "via,vt8500";
14 #address-cells = <1>;
15 #size-cells = <0>;
19 compatible = "arm,arm926ej-s";
32 #address-cells = <1>;
33 #size-cells = <1>;
[all …]
H A Dwm8650.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * wm8650.dtsi - Device tree file for Wondermedia WM8650 SoC
9 #address-cells = <1>;
10 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
19 compatible = "arm,arm926ej-s";
30 #address-cells = <1>;
31 #size-cells = <1>;
32 compatible = "simple-bus";
[all …]
H A Dwm8505.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * wm8505.dtsi - Device tree file for Wondermedia WM8505 SoC
9 #address-cells = <1>;
10 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
19 compatible = "arm,arm926ej-s";
34 #address-cells = <1>;
35 #size-cells = <1>;
36 compatible = "simple-bus";
[all …]
H A Dwm8850.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * wm8850.dtsi - Device tree file for Wondermedia WM8850 SoC
9 #address-cells = <1>;
10 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
19 compatible = "arm,cortex-a9";
21 next-level-cache = <&l2_cache>;
33 #address-cells = <1>;
34 #size-cells = <1>;
[all …]
H A Dwm8750.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * wm8750.dtsi - Device tree file for Wondermedia WM8750 SoC
9 #address-cells = <1>;
10 #size-cells = <1>;
14 #address-cells = <1>;
15 #size-cells = <0>;
36 #address-cells = <1>;
37 #size-cells = <1>;
38 compatible = "simple-bus";
40 interrupt-parent = <&intc0>;
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dvia,vt8500-intc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/via,vt8500-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 This is the interrupt controller used in single-core ARM SoCs made by
16 - Alexey Charkov <alchark@gmail.com>
19 - $ref: /schemas/interrupt-controller.yaml#
23 const: via,vt8500-intc
30 - description:
33 - description:
[all …]