Lines Matching refs:interrupt

128  * ev_int_set_config - configure the specified interrupt
129 * @interrupt: the interrupt number
130 * @config: configuration for this interrupt
131 * @priority: interrupt priority
136 static inline unsigned int ev_int_set_config(unsigned int interrupt,
146 r3 = interrupt;
160 * ev_int_get_config - return the config of the specified interrupt
161 * @interrupt: the interrupt number
162 * @config: returned configuration for this interrupt
163 * @priority: returned interrupt priority
168 static inline unsigned int ev_int_get_config(unsigned int interrupt,
178 r3 = interrupt;
193 * ev_int_set_mask - sets the mask for the specified interrupt source
194 * @interrupt: the interrupt number
199 static inline unsigned int ev_int_set_mask(unsigned int interrupt,
207 r3 = interrupt;
219 * ev_int_get_mask - returns the mask for the specified interrupt source
220 * @interrupt: the interrupt number
221 * @mask: returned mask for this interrupt (0=enabled, 1=disabled)
225 static inline unsigned int ev_int_get_mask(unsigned int interrupt,
233 r3 = interrupt;
246 * ev_int_eoi - signal the end of interrupt processing
247 * @interrupt: the interrupt number
250 * interrupt, which must be the interrupt currently in service. By
251 * definition, this is also the highest-priority interrupt.
255 static inline unsigned int ev_int_eoi(unsigned int interrupt)
261 r3 = interrupt;
391 * ev_int_iack - acknowledge an interrupt
392 * @handle: handle to the target interrupt controller
393 * @vector: returned interrupt vector
395 * If handle is zero, the function returns the next interrupt source
397 * of interrupt controllers. If non-zero, specifies a handle to the
398 * interrupt controller that is the target of the acknowledge.
445 * ev_idle -- wait for next interrupt on this core