Home
last modified time | relevance | path

Searched refs:sdram_data_init (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/board/freescale/bsc9132qds/
H A Dspl_minimal.c26 __raw_writel(CONFIG_SYS_DDR_DATA_INIT, &ddr->sdram_data_init); in sdram_init()
46 __raw_writel(CONFIG_SYS_DDR_DATA_INIT, &ddr->sdram_data_init); in sdram_init()
/openbmc/u-boot/board/sbc8641d/
H A Dsbc8641d.c119 ddr->sdram_data_init = CONFIG_SYS_DDR_DATA_INIT; in fixed_sdram()
150 ddr->sdram_data_init = CONFIG_SYS_DDR2_DATA_INIT; in fixed_sdram()
/openbmc/u-boot/board/sbc8548/
H A Dddr.c117 out_be32(&ddr->sdram_data_init, 0x00000000); in fixed_sdram()
/openbmc/u-boot/board/freescale/bsc9131rdb/
H A Dspl_minimal.c41 __raw_writel(CONFIG_SYS_DDR_DATA_INIT, &ddr->sdram_data_init); in sdram_init()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmpc86xx_ddr.c60 out_be32(&ddr->sdram_data_init, regs->ddr_data_init); in fsl_ddr_set_memctl_regs()
H A Dmpc85xx_ddr_gen2.c75 out_be32(&ddr->sdram_data_init, regs->ddr_data_init); in fsl_ddr_set_memctl_regs()
H A Darm_ddr_gen3.c105 ddr_out32(&ddr->sdram_data_init, regs->ddr_data_init); in fsl_ddr_set_memctl_regs()
H A Dmpc85xx_ddr_gen3.c128 out_be32(&ddr->sdram_data_init, regs->ddr_data_init); in fsl_ddr_set_memctl_regs()
H A Dfsl_ddr_gen4.c194 ddr_out32(&ddr->sdram_data_init, regs->ddr_data_init); in fsl_ddr_set_memctl_regs()
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A Dmpc8641hpcn.c80 ddr->sdram_data_init = CONFIG_SYS_DDR_DATA_INIT; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c77 ddr->sdram_data_init = CONFIG_SYS_DDR_DATA_INIT; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c105 ddr->sdram_data_init = CONFIG_SYS_DDR_DATA_INIT; in fixed_sdram()
/openbmc/u-boot/board/freescale/mpc8610hpcd/
H A Dmpc8610hpcd.c161 ddr->sdram_data_init = 0xDEADBEEF; in fixed_sdram()
/openbmc/u-boot/include/
H A Dfsl_immap.h43 u32 sdram_data_init; /* SDRAM Data initialization */ member
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c249 out_be32(&ddr->sdram_data_init, CONFIG_SYS_DDR_DATA_INIT); in fixed_sdram()