Lines Matching full:interrupt
1 # Multilevel interrupt configuration
8 bool "Multi-level interrupt support"
13 levels are used, a second level interrupt aggregator would combine
15 interrupt controller. If three levels are used, a third level
17 second level. The number of interrupt levels is usually determined
18 by the hardware. (The term "aggregator" here means "interrupt
23 int "Total number of first level interrupt bits"
27 The number of bits to use of the 32 bit interrupt mask for first
31 int "Max IRQs per interrupt aggregator"
35 The maximum number of interrupt inputs to any aggregator in the
39 bool "Second-level interrupt support"
50 where storage for 2nd level interrupt ISRs begins. This is
54 int "Total number of second level interrupt aggregators"
59 The number of level 2 interrupt aggregators to support. Each
64 int "Total number of second level interrupt bits"
68 The number of bits to use of the 32 bit interrupt mask for second
92 bool "Third-level interrupt support"
99 int "Total number of third level interrupt aggregators"
104 The number of level 3 interrupt aggregators to support. Each
114 where storage for 3rd level interrupt ISRs begins. This is
118 int "Total number of third level interrupt bits"
122 The number of bits to use of the 32 bit interrupt mask for third