Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/bcm63xx/
Dcpu.c271 banks = (val & SDRAM_CFG_BANK_MASK) ? 2 : 1; in detect_memory_size()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h736 #define SDRAM_CFG_BANK_MASK (1 << SDRAM_CFG_BANK_SHIFT) macro