systemid           52 arch/mips/include/asm/sgi/mc.h 	volatile u32 systemid;	/* MC system ID register, readonly */
systemid          105 arch/mips/sgi-ip22/ip22-eisa.c 	if (!(sgimc->systemid & SGIMC_SYSID_EPRESENT)) {
systemid           29 arch/mips/sgi-ip22/ip22-mc.c 	return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22);
systemid           34 arch/mips/sgi-ip22/ip22-mc.c 	return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14);
systemid          117 arch/mips/sgi-ip22/ip22-mc.c 	       (int) sgimc->systemid & SGIMC_SYSID_MASKREV);
systemid           25 arch/sparc/kernel/leon_pmc.c 	unsigned int systemid = amba_system_id >> 16;
systemid           30 arch/sparc/kernel/leon_pmc.c 		if (*id == systemid)