Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c432 ddr->debug_reg = 0x201c0000; /* CL=2 */ in spd_sdram()
434 ddr->debug_reg = 0x202c0000; /* CL=2.5 */ in spd_sdram()
436 ddr->debug_reg = 0x202c0000; /* CL=3.0 */ in spd_sdram()
440 debug("Errata DDR6 (debug_reg=0x%08x)\n", ddr->debug_reg); in spd_sdram()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dimmap_83xx.h331 u32 debug_reg; member