Lines Matching refs:interrupt
3 The BCM2835 contains a custom top-level interrupt controller, which supports
4 72 interrupt sources using a 2-level register scheme. The interrupt
8 The BCM2836 contains the same interrupt controller with the same
9 interrupts, but the per-CPU interrupt controller is the root, and an
10 interrupt there indicates that the ARMCTRL has an interrupt to handle.
17 - interrupt-controller : Identifies the node as an interrupt controller
18 - #interrupt-cells : Specifies the number of cells needed to encode an
19 interrupt source. The value shall be 2.
21 The 1st cell is the interrupt bank; 0 for interrupts in the "IRQ basic
25 The 2nd cell contains the interrupt number within the bank. Valid values
29 - interrupt-parent : Specifies the parent interrupt controller when this
31 - interrupts : Specifies the interrupt on the parent for this interrupt
34 The interrupt sources are as follows:
117 intc: interrupt-controller {
120 interrupt-controller;
121 #interrupt-cells = <2>;
125 intc: interrupt-controller {
128 interrupt-controller;
129 #interrupt-cells = <2>;
131 interrupt-parent = <&local_intc>;