Lines Matching refs:interrupt
10 - interrupt-controller : Identifies the node as an interrupt controller
11 - #interrupt-cells : Specifies the number of cells needed to encode an
12 interrupt specifier. Should be 3.
13 - The first cell is the type of interrupt, local or shared.
14 See <include/dt-bindings/interrupt-controller/mips-gic.h>.
15 - The second cell is the GIC interrupt number.
16 - The third cell encodes the interrupt flags.
17 See <include/dt-bindings/interrupt-controller/irq.h> for a list of valid
23 - mti,reserved-cpu-vectors : Specifies the list of CPU interrupt vectors
39 gic: interrupt-controller@1bdc0000 {
43 interrupt-controller;
44 #interrupt-cells = <3>;
57 interrupt-parent = <&gic>;