Home
last modified time | relevance | path

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

/arch/mips/sgi-ip22/
Dip22-mc.c25 static inline unsigned long get_bank_addr(unsigned int memconfig) in get_bank_addr() argument
27 …return (memconfig & SGIMC_MCONFIG_BASEADDR) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >= 5 ? 24 … in get_bank_addr()
30 static inline unsigned long get_bank_size(unsigned int memconfig) in get_bank_size() argument
32 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size()