Home
last modified time | relevance | path

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

/linux-2.6.39/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) << in get_bank_addr()
31 static inline unsigned long get_bank_size(unsigned int memconfig) in get_bank_size() argument
33 return ((memconfig & SGIMC_MCONFIG_RMASK) + 0x0100) << in get_bank_size()