Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h111 #define DRAM_DCR_CHIP_DENSITY(n) (((n) & 0x7) << 3) macro
112 #define DRAM_DCR_CHIP_DENSITY_MASK DRAM_DCR_CHIP_DENSITY(0x7)
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c613 reg_val |= DRAM_DCR_CHIP_DENSITY(density); in dramc_init_helper()