Lines Matching refs:interrupt
29 interrupt controller and the PCI host bridge.
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 - interrupt-parent: the phandle for the interrupt controller that
47 - interrupts: specifies the interrupt source of the parent interrupt
48 controller. The format of the interrupt specifier depends on the
49 parent interrupt controller.
61 - #interrupt-cells: specifies the number of cells needed to encode an
62 interrupt source. The value must be 1.
70 - interrupt-map-mask,
71 - interrupt-map: standard PCI properties to define the mapping of the
72 PCI interface to interrupt numbers.
78 - reg: used only for interrupt mapping, so only the first four bytes
90 - #interrupt-cells: must be set to <1>
92 - interrupt-map-mask,
93 - interrupt-map: standard PCI properties to define the mapping of the
94 PCI interface to interrupt numbers.
115 pciintc: interrupt-controller {
116 interrupt-controller;
118 #interrupt-cells = <1>;
120 interrupt-parent = <&cpuintc>;
127 #interrupt-cells = <1>;
137 interrupt-map-mask = <0xf800 0 0 7>;
138 interrupt-map = <
154 #interrupt-cells = <1>;
158 interrupt-map-mask = <0x0 0 0 0>;
159 interrupt-map = <0x0 0 0 0 &pciintc 20>;