Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/mach-ralink/
H A Dmt7620.h35 #define SYSCFG0_DRAM_TYPE_SHIFT 4 macro
/openbmc/linux/arch/mips/ralink/
H A Dmt7620.c235 dram_type = (cfg0 >> SYSCFG0_DRAM_TYPE_SHIFT) & in prom_soc_init()