Lines Matching full:interrupt
52 - description: controller interrupt
53 - description: MSI interrupt
55 interrupt-names:
239 - interrupt-names
240 - interrupt-map
241 - interrupt-map-mask
256 #include <dt-bindings/interrupt-controller/arm-gic.h>
290 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
291 <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
292 interrupt-names = "intr", "msi";
294 #interrupt-cells = <1>;
295 interrupt-map-mask = <0 0 0 0>;
296 interrupt-map = <0 0 0 0 &gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
322 #include <dt-bindings/interrupt-controller/arm-gic.h>
355 interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
356 <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
357 interrupt-names = "intr", "msi";
359 #interrupt-cells = <1>;
360 interrupt-map-mask = <0 0 0 0>;
361 interrupt-map = <0 0 0 0 &gic GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;