Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/bcm63xx/
Dcpu.c279 rows = (val & MEMC_CFG_ROW_MASK) >> MEMC_CFG_ROW_SHIFT; in detect_memory_size()
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h1203 #define MEMC_CFG_ROW_MASK (0x3 << MEMC_CFG_ROW_SHIFT) macro