Home
last modified time | relevance | path

Searched refs:SGIOC_SYSID_BOARDREV (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-mc.c154 if (SGIOC_SYSID_BOARDREV(sgioc->sysid) < 2) { in sgimc_init()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dioc.h141 #define SGIOC_SYSID_BOARDREV(x) (((x) & 0x1e) >> 1) macro