Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dsg-regs.h23 #define SG_MEMCONF_CH0_SZ_MASK ((0x1 << 10) | (0x03 << 0)) macro
H A Ddram_init.c92 switch (val & SG_MEMCONF_CH0_SZ_MASK) { in uniphier_memconf_decode()