Searched refs:AT91_AIC_EOICR (Results 1 – 4 of 4) sorted by relevance
34 #define irq_finish(irq) do { at91_sys_write(AT91_AIC_EOICR, 0); } while (0)
43 #define AT91_AIC_EOICR (AT91_AIC + 0x130) /* End of Interrupt Command Register */ macro
30 …streq \tmp, [\base, #(AT91_AIC_EOICR - AT91_AIC)] @ not going to be handled further, then ACK it n…
152 at91_sys_write(AT91_AIC_EOICR, 0); in at91_aic_init()