memconfig          27 arch/mips/sgi-ip22/ip22-mc.c static inline unsigned long get_bank_addr(unsigned int memconfig)
memconfig          29 arch/mips/sgi-ip22/ip22-mc.c 	return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22);
memconfig          32 arch/mips/sgi-ip22/ip22-mc.c static inline unsigned long get_bank_size(unsigned int memconfig)
memconfig          34 arch/mips/sgi-ip22/ip22-mc.c 	return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14);