Home
last modified time | relevance | path

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

/openbmc/u-boot/board/esd/vme8349/
H A Dvme8349.c30 void ddr_enable_ecc(unsigned int dram_size);
49 ddr_enable_ecc(msize * 1024 * 1024); in dram_init()
/openbmc/u-boot/board/sbc8349/
H A Dsbc8349.c27 void ddr_enable_ecc(unsigned int dram_size);
63 ddr_enable_ecc(msize * 1024 * 1024); in dram_init()
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c60 void ddr_enable_ecc(unsigned int dram_size);
80 ddr_enable_ecc(msize * 1024 * 1024); in dram_init()
/openbmc/u-boot/board/xes/xpedite517x/
H A Dxpedite517x.c66 ddr_enable_ecc(dram_size); in dram_init()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dmpc8349emds.c30 void ddr_enable_ecc(unsigned int dram_size);
64 ddr_enable_ecc(msize); in dram_init()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dppc.h81 void ddr_enable_ecc(unsigned int dram_size);
/openbmc/u-boot/drivers/ddr/fsl/
H A Dmpc85xx_ddr_gen1.c72 ddr_enable_ecc(unsigned int dram_size) in ddr_enable_ecc() function
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c216 extern void ddr_enable_ecc(unsigned int dram_size);
236 ddr_enable_ecc(msize * 1024 * 1024); in dram_init()
/openbmc/u-boot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c22 extern void ddr_enable_ecc(unsigned int dram_size);
/openbmc/u-boot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c24 extern void ddr_enable_ecc(unsigned int dram_size);
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dmpc8349itx.c144 ddr_enable_ecc(msize * 1048576); in dram_init()
/openbmc/u-boot/include/
H A Dfsl_ddr_sdram.h473 extern void ddr_enable_ecc(unsigned int dram_size);
/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c348 ddr_enable_ecc(msize * 1024 * 1024); in dram_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c456 ddr_enable_ecc(dram_size); in dram_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c878 void ddr_enable_ecc(unsigned int dram_size) in ddr_enable_ecc() function