Home
last modified time | relevance | path

Searched refs:cs_config (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c47 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
50 im->ddr.cs_config[1] = 0; in fixed_sdram()
51 im->ddr.cs_config[2] = 0; in fixed_sdram()
52 im->ddr.cs_config[3] = 0; in fixed_sdram()
55 debug("cs0_config = 0x%08x\n", im->ddr.cs_config[0]); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c103 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram()
123 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram()
126 im->ddr.cs_config[0] = 0; in fixed_sdram()
127 im->ddr.cs_config[1] = 0; in fixed_sdram()
128 im->ddr.cs_config[3] = 0; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dsbc8349.c97 im->ddr.cs_config[2] = CONFIG_SYS_DDR_CS2_CONFIG; in fixed_sdram()
100 im->ddr.cs_config[0] = 0; in fixed_sdram()
101 im->ddr.cs_config[1] = 0; in fixed_sdram()
102 im->ddr.cs_config[3] = 0; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ids/ids8313/
H A Dids8313.c73 out_be32(&im->ddr.cs_config[0], config); in fixed_sdram()
76 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
77 out_be32(&im->ddr.cs_config[2], 0); in fixed_sdram()
78 out_be32(&im->ddr.cs_config[3], 0); in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c221 ddr->cs_config[0] = ( 1 << 31 in spd_sdram()
229 debug("cs0_config = 0x%08x\n",ddr->cs_config[0]); in spd_sdram()
234 ddr->cs_config[1] = ( 1<<31 in spd_sdram()
241 debug("cs1_config = 0x%08x\n",ddr->cs_config[1]); in spd_sdram()
246 ddr->cs_config[2] = ( 1 << 31 in spd_sdram()
254 debug("cs2_config = 0x%08x\n",ddr->cs_config[2]); in spd_sdram()
259 ddr->cs_config[3] = ( 1<<31 in spd_sdram()
266 debug("cs3_config = 0x%08x\n",ddr->cs_config[3]); in spd_sdram()
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dsdram.c43 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
46 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dsdram.c42 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
45 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dsdram.c38 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
41 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dsdram.c59 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
62 im->ddr.cs_config[1] = 0; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dsdram.c68 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
71 im->ddr.cs_config[1] = 0; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c59 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
62 out_be32(&im->ddr.cs_config[1], 0); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dmpc832xemds.c136 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c113 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c109 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c299 out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); in fixed_sdram()
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dtqm834x.c340 im->ddr.cs_config[cs] = config; in set_cs_config()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c269 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG; in fixed_sdram()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h293 u32 cs_config[4]; /* Chip Select x Configuration */ member