Lines Matching refs:interrupt
16 interrupt-parent-test {
18 compatible = "interrupt-three-cell";
19 #interrupt-cells = <3>;
20 interrupt-controller;
24 interrupt-names = "foo", "bar";
25 interrupt-parent = <&{/interrupt-parent-test/controller}>;
30 compatible = "interrupt-one-cell";
31 #interrupt-cells = <1>;
32 interrupt-controller;
35 compatible = "interrupt-two-cell";
36 #interrupt-cells = <2>;
37 interrupt-controller;
40 compatible = "interrupt-three-cell";
41 #interrupt-cells = <3>;
42 interrupt-controller;
51 interrupt-map-test {
56 compatible = "interrupt-one-cell";
58 #interrupt-cells = <1>;
59 interrupt-controller;
62 compatible = "interrupt-two-cell";
64 #interrupt-cells = <2>;
65 interrupt-controller;
68 compatible = "interrupt-three-cell";
70 #interrupt-cells = <3>;
71 interrupt-controller;
74 #interrupt-cells = <2>;
75 interrupt-map = <
76 0 0 0 0 &{/interrupt-map-test/controller-0} 0 0
77 0 0 0 1 &{/interrupt-map-test/controller-1} 0 0 0 1
78 0 0 0 2 &{/interrupt-map-test/controller-2} 0 0 0 0 0 2
79 0 1 0 0 &{/interrupt-map-test/controller-0} 0 3
80 0 1 0 1 &{/interrupt-map-test/controller-1} 0 0 0 4
81 0 1 0 2 &{/interrupt-map-test/controller-2} 0 0 0 0 0 5>;
86 interrupt-parent = <&{/interrupt-map-test/nexus}>;
91 &{/interrupt-map-test/nexus} 0 0
92 &{/interrupt-map-test/nexus} 0 1
93 &{/interrupt-map-test/nexus} 0 2>;
96 interrupt-map-bitops-test {
101 compatible = "interrupt-two-cell";
103 #interrupt-cells = <2>;
104 interrupt-controller;
107 #interrupt-cells = <2>;
108 interrupt-map = <
109 6 6 6 6 &{/interrupt-map-bitops-test/controller} 2 1
111 interrupt-map-mask = <0xE 0x7 0xE 0x7>;
114 interrupt-map-pass-thru = <1 2 3 3>;
121 interrupt-parent = <&{/interrupt-map-bitops-test/nexus}>;