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

  /src/sys/arch/dreamcast/include/
intr.h 35 #define _INTR_N 10 /* TMU0, TMU1, TMU2, SCIF * 4, IRL * 3 */
  /src/sys/arch/evbsh3/include/
intr.h 35 #define _INTR_N 16 /* TMU0, TMU1, TMU2, (SCIF and SCI) * 4 */
  /src/sys/arch/mmeye/include/
intr.h 40 #define _INTR_N 17
  /src/sys/arch/hpcsh/include/
intr.h 41 #define _INTR_N 16
  /src/sys/arch/landisk/include/
intr.h 35 #define _INTR_N 16
  /src/sys/arch/sh3/sh3/
interrupt.c 60 struct intc_intrhand __intc_intrhand[_INTR_N + 1] = {
369 for (i = 1; i <= _INTR_N; i++, ih++)
375 panic("increase _INTR_N greater than %d", _INTR_N);
  /src/sys/arch/mmeye/mmeye/
machdep.c 127 } mmeye_intrhand[_INTR_N];

Completed in 12 milliseconds