Lines Matching full:interrupt
29 interrupt controller and the PCI host bridge.
31 a) Interrupt controller:
35 - interrupt-controller: identifies the node as an interrupt controller
38 address. The value must be 0. As such, 'interrupt-map' nodes do not
41 - #interrupt-cells: specifies the number of cells needed to encode an
42 interrupt source. The value must be 1.
44 - interrupts: specifies the interrupt source of the parent interrupt
45 controller. The format of the interrupt specifier depends on the
46 parent interrupt controller.
58 - #interrupt-cells: specifies the number of cells needed to encode an
59 interrupt source. The value must be 1.
67 - interrupt-map-mask,
68 - interrupt-map: standard PCI properties to define the mapping of the
69 PCI interface to interrupt numbers.
75 - reg: used only for interrupt mapping, so only the first four bytes
87 - #interrupt-cells: must be set to <1>
89 - interrupt-map-mask,
90 - interrupt-map: standard PCI properties to define the mapping of the
91 PCI interface to interrupt numbers.
112 pciintc: interrupt-controller {
113 interrupt-controller;
115 #interrupt-cells = <1>;
117 interrupt-parent = <&cpuintc>;
124 #interrupt-cells = <1>;
134 interrupt-map-mask = <0xf800 0 0 7>;
135 interrupt-map = <
151 #interrupt-cells = <1>;
155 interrupt-map-mask = <0x0 0 0 0>;
156 interrupt-map = <0x0 0 0 0 &pciintc 20>;