Lines Matching full:interrupt
7 - #interrupt-cells: specifies the number of cells needed to encode an
8 interrupt source. The value must be 1.
16 - interrupts: Should contain NWL PCIe interrupt
17 - interrupt-names: Must include the following entries:
18 "msi1, msi0": interrupt asserted when an MSI is received
19 "intx": interrupt asserted when a legacy interrupt is received
20 "misc": interrupt asserted when miscellaneous interrupt is received
21 - interrupt-map-mask and interrupt-map: standard PCI properties to define the
22 mapping of the PCI interface to interrupt numbers.
29 - legacy-interrupt-controller: Interrupt controller device node for Legacy
31 - interrupt-controller: identifies the node as an interrupt controller
32 - #interrupt-cells: should be set to 1
44 #interrupt-cells = <1>;
47 interrupt-parent = <&gic>;
49 interrupt-names = "msi0", "msi1", "intx", "dummy", "misc";
50 interrupt-map-mask = <0x0 0x0 0x0 0x7>;
51 interrupt-map = <0x0 0x0 0x0 0x1 &pcie_intc 0x1>,
64 pcie_intc: legacy-interrupt-controller {
65 interrupt-controller;
67 #interrupt-cells = <1>;