Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_DDR_CONTROL (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/board/sbc8548/
H A Dddr.c124 out_be32(&ddr->sdram_cfg, CONFIG_SYS_DDR_CONTROL | 0x20000000); in fixed_sdram()
126 out_be32(&ddr->sdram_cfg, CONFIG_SYS_DDR_CONTROL); in fixed_sdram()
/openbmc/u-boot/include/configs/
H A DBSC9132QDS.h168 #define CONFIG_SYS_DDR_CONTROL CONFIG_SYS_DDR_CONTROL_800 macro
174 #define CONFIG_SYS_DDR_CONTROL CONFIG_SYS_DDR_CONTROL_1333 macro
180 #define CONFIG_SYS_DDR_CONTROL CONFIG_SYS_DDR_CONTROL_800 macro
H A DUCP1020.h164 #define CONFIG_SYS_DDR_CONTROL 0xE70C0000 /* Type = DDR3 & ECC */ macro
166 #define CONFIG_SYS_DDR_CONTROL 0xC70C0000 /* Type = DDR3 */ macro
H A DMPC8540ADS.h88 #define CONFIG_SYS_DDR_CONTROL 0xc2000000 /* unbuffered,no DYN_PWR */ macro
H A DBSC9131RDB.h96 #define CONFIG_SYS_DDR_CONTROL 0xC70C0000 /* Type = DDR3 */ macro
H A DMPC8560ADS.h87 #define CONFIG_SYS_DDR_CONTROL 0xc2000000 /* unbuffered,no DYN_PWR */ macro
H A Dsbc8548.h121 #define CONFIG_SYS_DDR_CONTROL 0xc300c000 macro
H A Dp1_twr.h95 #define CONFIG_SYS_DDR_CONTROL 0xc70c0000 /* Type = DDR3 */ macro
H A DMPC8569MDS.h110 #define CONFIG_SYS_DDR_CONTROL 0xc7000000 /* Type = DDR3 */ macro
H A DMPC8610HPCD.h108 #define CONFIG_SYS_DDR_CONTROL 0xe3008000 /* Type = DDR2 */
H A DP1022DS.h160 #define CONFIG_SYS_DDR_CONTROL 0xc7000008 macro
H A Dsbc8349.h99 #define CONFIG_SYS_DDR_CONTROL 0xc2000000 /* unbuffered,no DYN_PWR */ macro
H A DMPC8536DS.h117 #define CONFIG_SYS_DDR_CONTROL 0xC3008000 /* Type = DDR2 */ macro
H A DMPC8572DS.h109 #define CONFIG_SYS_DDR_CONTROL 0xc3000008 /* Type = DDR2 */ macro
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A Dmpc8641hpcn.c95 ddr->sdram_cfg = (CONFIG_SYS_DDR_CONTROL | 0x20000000); in fixed_sdram()
97 ddr->sdram_cfg = CONFIG_SYS_DDR_CONTROL; in fixed_sdram()
/openbmc/u-boot/board/freescale/bsc9132qds/
H A Dddr.c25 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL,
52 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL,
/openbmc/u-boot/board/freescale/p1010rdb/
H A Dddr.c28 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL,
55 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL,
/openbmc/u-boot/board/freescale/p1_twr/
H A Dddr.c34 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL, in fixed_sdram()
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A Dspl_minimal.c50 __raw_writel(CONFIG_SYS_DDR_CONTROL & ~SDRAM_CFG_MEM_EN, &ddr->sdram_cfg); in sdram_init()
H A Dddr.c26 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL,
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Dddr.c94 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL, in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c90 ddr->sdram_cfg = CONFIG_SYS_DDR_CONTROL; in fixed_sdram()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dddr.c226 .ddr_sdram_cfg = CONFIG_SYS_DDR_CONTROL, in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c118 ddr->sdram_cfg = CONFIG_SYS_DDR_CONTROL; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c263 out_be32(&ddr->sdram_cfg, CONFIG_SYS_DDR_CONTROL); in fixed_sdram()

12