Searched refs:sdram_clk_cntl (Results 1 – 25 of 31) sorted by relevance
12
/u-boot/board/sbc8641d/ |
A D | sbc8641d.c | 124 ddr->sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CTRL; in fixed_sdram() 155 ddr->sdram_clk_cntl = CONFIG_SYS_DDR2_CLK_CTRL; in fixed_sdram()
|
/u-boot/board/socrates/ |
A D | sdram.c | 45 ddr->sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CONTROL; in fixed_sdram()
|
/u-boot/board/gdsys/mpc8308/ |
A D | sdram.c | 51 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram()
|
/u-boot/board/mpc8308_p1m/ |
A D | sdram.c | 44 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram()
|
/u-boot/board/sbc8548/ |
A D | ddr.c | 119 out_be32(&ddr->sdram_clk_cntl, 0x03800000); in fixed_sdram()
|
/u-boot/board/freescale/mpc8308rdb/ |
A D | sdram.c | 48 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_SDRAM_CLK_CNTL); in fixed_sdram()
|
/u-boot/drivers/ddr/fsl/ |
A D | mpc85xx_ddr_gen1.c | 52 out_be32(&ddr->sdram_clk_cntl, regs->ddr_sdram_clk_cntl); in fsl_ddr_set_memctl_regs()
|
A D | mpc86xx_ddr.c | 63 out_be32(&ddr->sdram_clk_cntl, regs->ddr_sdram_clk_cntl); in fsl_ddr_set_memctl_regs()
|
A D | mpc85xx_ddr_gen2.c | 77 out_be32(&ddr->sdram_clk_cntl, regs->ddr_sdram_clk_cntl); in fsl_ddr_set_memctl_regs()
|
A D | arm_ddr_gen3.c | 108 ddr_out32(&ddr->sdram_clk_cntl, regs->ddr_sdram_clk_cntl); in fsl_ddr_set_memctl_regs()
|
/u-boot/board/freescale/mpc8315erdb/ |
A D | sdram.c | 66 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/freescale/mpc832xemds/ |
A D | mpc832xemds.c | 137 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/freescale/mpc8313erdb/ |
A D | sdram.c | 75 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/freescale/ls1021aiot/ |
A D | ls1021aiot.c | 83 out_be32(&ddr->sdram_clk_cntl, DDR_SDRAM_CLK_CNTL); in ddrmc_init()
|
/u-boot/board/freescale/ls1021atsn/ |
A D | ls1021atsn.c | 75 out_be32(&ddr->sdram_clk_cntl, DDR_SDRAM_CLK_CNTL); in ddrmc_init()
|
/u-boot/board/freescale/mpc8323erdb/ |
A D | mpc8323erdb.c | 118 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/ids/ids8313/ |
A D | ids8313.c | 96 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL); in fixed_sdram()
|
/u-boot/board/keymile/km83xx/ |
A D | km83xx.c | 138 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL); in fixed_sdram()
|
/u-boot/board/freescale/mpc837xerdb/ |
A D | mpc837xerdb.c | 109 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/ve8313/ |
A D | ve8313.c | 67 out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL); in fixed_sdram()
|
/u-boot/board/freescale/mpc8349emds/ |
A D | mpc8349emds.c | 117 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CNTL; in fixed_sdram()
|
/u-boot/board/freescale/mpc8349itx/ |
A D | mpc8349itx.c | 76 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in fixed_sdram()
|
/u-boot/include/ |
A D | fsl_immap.h | 45 u32 sdram_clk_cntl; /* SDRAM Clock Control */ member
|
/u-boot/board/tqc/tqm834x/ |
A D | tqm834x.c | 353 im->ddr.sdram_clk_cntl = DDR_SDRAM_CLK_CNTL_SS_EN | in set_ddr_config()
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | spd_sdram.c | 771 ddr->sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL; in spd_sdram() 773 debug("DDR:sdram_clk_cntl=0x%08x\n", ddr->sdram_clk_cntl); in spd_sdram()
|
Completed in 25 milliseconds
12