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
12 - interrupt-controller : Identifies the node as an interrupt controller
13 - #interrupt-cells : Specifies the number of cells needed to encode an
14 interrupt source. The value shall be 2.
16 The 1st cell is the interrupt bank; 0 for interrupts in the "IRQ basic
20 The 2nd cell contains the interrupt number within the bank. Valid values
23 The interrupt sources are as follows:
105 intc: interrupt-controller {
108 interrupt-controller;
109 #interrupt-cells = <2>;