HomeSort by: relevance | last modified time | path
    Searched refs:AIC_IECR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91aicreg.h 45 #define AIC_IECR 0x120UL /* 120: Interrupt Enable Cmd reg*/
at91aic.c 106 AICREG(AIC_IECR) = aic_intr_enabled & ~aic_irqs;
113 AICREG(AIC_IECR) = (1U << irq);

Completed in 13 milliseconds