Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dsdram.c72 writel(DDRP_DCR_TYPE_DDR3 | (DDR_BANK8 << 3), ddr_phy_regs + DDRP_DCR); in ddr_phy_init()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h361 #define DDRP_DCR_TYPE_DDR3 (3 << DDRP_DCR_TYPE_BIT) macro