Home
last modified time | relevance | path

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

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