Home
last modified time | relevance | path

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

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