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

  /src/sys/arch/sgimips/include/
machtype.h 77 extern int mach_boardrev; /* machine board revision, in case it matters */
  /src/sys/arch/sgimips/sgimips/
machdep.c 117 int mach_boardrev = 0; /* machine board revision, in case it matters */ variable in typeref:typename:int
542 mach_boardrev = (i & 0x7000) >> 12;
545 if (mach_boardrev < 7)
550 if (mach_boardrev < 6)
564 mach_boardrev = (i & 0x7000) >> 12;
  /src/sys/arch/sgimips/dev/
pic.c 143 printf(", board revision %x\n", mach_boardrev);
imc.c 214 if (mach_boardrev < 2) {

Completed in 144 milliseconds