Home
last modified time | relevance | path

Searched refs:irq_finish (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/
Dirq.h31 #define irq_finish(irq) do { AT91_SYS->AIC_EOICR = 0; } while (0) macro
/linux-2.4.37.9/arch/arm/kernel/
Dirq.c66 #ifndef irq_finish
67 #define irq_finish(irq) do { } while (0) macro
338 irq_finish(irq); in asm_do_IRQ()
345 irq_finish(irq); in asm_do_IRQ()