Searched refs:irq_finish (Results 1 - 5 of 5) sorted by relevance

/arch/arm/mach-at91/include/mach/
H A Dirqs.h34 #define irq_finish(irq) do { at91_aic_write(AT91_AIC_EOICR, 0); } while (0) macro
/arch/sh/include/asm/
H A Dirq.h58 extern void irq_finish(unsigned int irq);
61 #define irq_finish(irq) do { } while (0) macro
/arch/sh/kernel/cpu/sh4a/
H A Dintc-shx3.c24 void irq_finish(unsigned int irq) function
/arch/arm/kernel/
H A Dirq.c44 * No architecture-specific irq_finish function defined in arm/arch/irqs.h.
46 #ifndef irq_finish
47 #define irq_finish(irq) do { } while (0) macro
89 irq_finish(irq);
/arch/sh/kernel/
H A Dirq.c211 irq_finish(irq);

Completed in 238 milliseconds