Searched refs:SGIMC_SYSID_MASKREV (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-mc.c27 return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 : 22); get_bank_addr()
32 return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 16 : 14); get_bank_size()
115 (int) sgimc->systemid & SGIMC_SYSID_MASKREV); sgimc_init()
/linux-4.4.14/arch/mips/include/asm/sgi/
H A Dmc.h53 #define SGIMC_SYSID_MASKREV 0x0000000f /* Revision of MC controller */ macro

Completed in 42 milliseconds