Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun4i.h168 #define DRAM_MR_BURST_LENGTH(n) (((n) & 0x7) << 0) macro
169 #define DRAM_MR_BURST_LENGTH_MASK DRAM_MR_BURST_LENGTH(0x7)
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun4i.c642 reg_val = DRAM_MR_BURST_LENGTH(0x0); in dramc_init_helper()