Lines Matching full:interrupt
14 - $ref: /schemas/interrupt-controller/msi-controller.yaml#
34 - description: interrupt asserted when miscellaneous interrupt is received
35 - description: unused interrupt(dummy)
36 - description: interrupt asserted when a legacy interrupt is received
37 - description: msi1 interrupt asserted when an MSI is received
38 - description: msi0 interrupt asserted when an MSI is received
40 interrupt-names:
48 interrupt-map-mask:
55 "#interrupt-cells":
61 interrupt-map:
77 legacy-interrupt-controller:
78 description: Interrupt controller node for handling legacy PCI interrupts.
84 "#interrupt-cells":
87 "interrupt-controller": true
91 - "#interrupt-cells"
92 - interrupt-controller
101 - "#interrupt-cells"
102 - interrupt-map
103 - interrupt-map-mask
111 #include <dt-bindings/interrupt-controller/arm-gic.h>
112 #include <dt-bindings/interrupt-controller/irq.h>
127 #interrupt-cells = <1>;
130 interrupt-parent = <&gic>;
134 interrupt-names = "misc", "dummy", "intx", "msi1", "msi0";
135 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
136 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
143 pcie_intc: legacy-interrupt-controller {
144 interrupt-controller;
146 #interrupt-cells = <1>;