Home
last modified time | relevance | path

Searched refs:ddrcdr (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspl_minimal.c51 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR; in cpu_init_f()
H A Dcpu_init.c259 __raw_writel(CONFIG_SYS_DDRCDR, &im->sysconf.ddrcdr); in cpu_init_f()
H A Dspd_sdram.c204 immap->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in spd_sdram()
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dsdram.c40 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c39 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dsdram.c35 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c50 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c53 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c102 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c44 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ids/ids8313/
H A Dids8313.c63 out_be32(&im->sysconf.ddrcdr, CONFIG_SYS_DDRCDR_VALUE); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c262 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE; in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h58 u32 ddrcdr; /* DDR Control Driver Register */ member