Lines Matching full:external
33 - First base address is for GPAx and GPF[1-5] external interrupt
117 External GPIO and Wakeup Interrupts:
119 The controller supports two types of external interrupts over gpio. The first
120 is the external gpio interrupt and second is the external wakeup interrupts.
121 The difference between the two is that the external wakeup interrupts can be
124 A. External GPIO Interrupts: For supporting external gpio interrupts, the
135 - First Cell: represents the external gpio interrupt number local to the
136 external gpio interrupt space of the controller.
144 B. External Wakeup Interrupts: For supporting external wakeup interrupts, a
145 child node representing the external wakeup interrupt controller should be
148 Only one pin-controller device node can include external wakeup interrupts
149 child node (in other words, only one External Wakeup Interrupts
154 - compatible: identifies the type of the external wakeup interrupt controller
175 - First Cell: represents the external wakeup interrupt number local to
176 the external wakeup interrupt space of the controller.
187 - interrupts: interrupts of the interrupt parent which are used for external
217 /* Pin bank without external interrupts */
225 /* Pin bank with external GPIO or muxed wake-up interrupts */
236 /* Pin bank with external direct wake-up interrupts */
315 Example 2: A pin-controller node with external wakeup interrupt controller node.