Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dsg-regs.h33 #define SG_MEMCONF_CH1_SZ_MASK ((0x1 << 11) | (0x03 << 2)) macro
H A Ddram_init.c132 switch (val & SG_MEMCONF_CH1_SZ_MASK) { in uniphier_memconf_decode()