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

  /src/sys/dev/ic/
ad1848reg.h 154 #define INTERRUPT_ENABLE 0x02
ad1848.c 170 INTERRUPT_ENABLE, /* Pin control */
879 ad_write(sc, SP_PIN_CONTROL, reg | INTERRUPT_ENABLE);
907 ad_write(sc, SP_PIN_CONTROL, reg & ~INTERRUPT_ENABLE);
  /src/sys/arch/arm/include/
locore.h 73 #define INTERRUPT_ENABLE(rTMP) cpsie if
90 #define INTERRUPT_ENABLE(rTMP) \

Completed in 12 milliseconds