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

  /src/sys/arch/sgimips/include/
sysconf.h 67 * intr0-intr5 - CPU interrupt handler
83 void (*intr5)(vaddr_t, uint32_t, uint32_t); member in struct:platform
  /src/sys/dev/ic/
arn5008.c 1224 uint32_t intr, intr5, sync; local in function:ar5008_intr
1264 intr5 = AR_READ(sc, AR_ISR_S5_S);
1266 if (intr5 & AR_ISR_GENTMR) {
1269 MS(intr5, AR_ISR_S5_GENTIMER_TRIG),
1270 MS(intr5, AR_ISR_S5_GENTIMER_THRESH));
1274 if (intr5 & AR_ISR_S5_TIM_TIMER) {
arn9003.c 1427 uint32_t intr5 = AR_READ(sc, AR_ISR_S5_S); local in function:ar9003_intr
1431 MS(intr5, AR_ISR_S5_GENTIMER_TRIG),
1432 MS(intr5, AR_ISR_S5_GENTIMER_THRESH));
1434 __USE(intr5);

Completed in 34 milliseconds