Home
last modified time | relevance | path

Searched +full:en751221 +full:- +full:intc (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/timer/
H A Deconet,en751221-timer.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/econet,en751221-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EcoNet EN751221 High Precision Timer (HPT)
10 - Caleb James DeLisle <cjd@cjdns.fr>
14 EcoNet SoCs, including the EN751221 and EN751627 families. It provides per-VPE
15 count/compare registers and a per-CPU control register, with a single interrupt
16 line using a percpu-devid interrupt mechanism.
21 - const: econet,en751221-timer
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Deconet,en751221-intc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/econet,en751221-intc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EcoNet EN751221 Interrupt Controller
10 - Caleb James DeLisle <cjd@cjdns.fr>
13 The EcoNet EN751221 Interrupt Controller is a simple interrupt controller
15 be routed to either VPE but not both, so to support per-CPU interrupts, a
22 - $ref: /schemas/interrupt-controller.yaml#
26 const: econet,en751221-intc
[all …]
/linux/arch/mips/boot/dts/econet/
H A Den751221.dtsi1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 /dts-v1/;
5 compatible = "econet,en751221";
6 #address-cells = <1>;
7 #size-cells = <1>;
10 compatible = "fixed-clock";
11 #clock-cells = <0>;
12 clock-frequency = <200000000>; /* 200 MHz */
16 #address-cells = <1>;
17 #size-cells = <0>;
[all …]
/linux/drivers/irqchip/
H A Dirq-econet-en751221.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * EN751221 Interrupt Controller Driver.
5 * The EcoNet EN751221 Interrupt Controller is a simple interrupt controller
7 * be routed to either VPE but not both, so to support per-CPU interrupts, a
13 * If an interrupt (say 30) needs per-CPU capability, the SoC integrator
15 * reflects this by adding the pair <30 29> to the "econet,shadow-interrupts"
46 * - NOT_PERCPU: This interrupt is not per-cpu, so it has no shadow
47 * - IS_SHADOW: This interrupt is a shadow of another per-cpu interrupt
48 * - else: This is a per-cpu interrupt whose shadow is the value
78 * It should only be masked/unmasked as a result of the "real" per-cpu in econet_chmask()
[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 …]