Searched refs:memconfig (Results 1 – 1 of 1) sorted by relevance
28 static inline unsigned long get_bank_addr(unsigned int memconfig) in get_bank_addr() argument30 …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() argument35 …return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << ((sgimc->systemid & SGIMC_SYSID_MASKREV) >=… in get_bank_size()