Lines Matching refs:interrupt
6 - reg : Address and length of the register set of the interrupt controller.
7 If the interrupt controller is intc, address and length means the range
8 of the whold interrupt controller. If the interrupt controller is mux-intc,
10 range of intc. mux-intc is secondary interrupt controller.
11 - reg-names : Name of the register set of the interrupt controller. It's
12 only required in mux-intc interrupt controller.
13 - interrupts : Should be the port interrupt shared by mux interrupts. It's
14 only required in mux-intc interrupt controller.
15 - interrupt-controller : Identifies the node as an interrupt controller.
16 - #interrupt-cells : Specifies the number of cells needed to encode an
17 interrupt source.
18 - mrvl,intc-nr-irqs : Specifies the number of interrupts in the interrupt
20 - mrvl,clr-mfp-irq : Specifies the interrupt that needs to clear MFP edge
24 intc: interrupt-controller@d4282000 {
26 interrupt-controller;
27 #interrupt-cells = <1>;
35 interrupt-controller;
36 #interrupt-cells = <1>;
46 - #interrupt-cells: Specifies the number of cells needed to encode an
47 interrupt source. Supported value is <1>.
48 - interrupt-controller : Declare this node to be an interrupt controller.
54 intc: interrupt-controller {
56 interrupt-controller;
57 #interrupt-cells = <1>;