Home
last modified time | relevance | path

Searched refs:sdram_interval (Results 1 – 25 of 39) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/board/freescale/bsc9132qds/
Dspl_minimal.c34 __raw_writel(CONFIG_SYS_DDR_INTERVAL_800, &ddr->sdram_interval); in sdram_init()
54 __raw_writel(CONFIG_SYS_DDR_INTERVAL_1333, &ddr->sdram_interval); in sdram_init()
/third_party/uboot/u-boot-2020.01/board/sbc8641d/
Dsbc8641d.c119 ddr->sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
150 ddr->sdram_interval = CONFIG_SYS_DDR2_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349emds/
Dmpc8349emds.c111 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
144 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8349itx/
Dmpc8349itx.c67 im->ddr.sdram_interval = in fixed_sdram()
79 debug("DDR:sdram_interval=0x%08x\n", im->ddr.sdram_interval); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/socrates/
Dsdram.c41 ddr->sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/sbc8548/
Dddr.c115 out_be32(&ddr->sdram_interval, 0x05080100); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/gdsys/mpc8308/
Dsdram.c60 out_be32(&im->ddr.sdram_interval, CONFIG_SYS_DDR_INTERVAL); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/mpc8308_p1m/
Dsdram.c53 out_be32(&im->ddr.sdram_interval, CONFIG_SYS_DDR_INTERVAL); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8308rdb/
Dsdram.c57 out_be32(&im->ddr.sdram_interval, CONFIG_SYS_DDR_INTERVAL); in fixed_sdram()
/third_party/uboot/u-boot-2020.01/drivers/ddr/fsl/
Dmpc85xx_ddr_gen1.c48 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
Dmpc86xx_ddr.c59 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
Dmpc85xx_ddr_gen3.c127 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
213 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval & 0xffff); in fsl_ddr_set_memctl_regs()
335 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
Dmpc85xx_ddr_gen2.c74 out_be32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
Dfsl_ddr_gen4.c190 ddr_out32(&ddr->sdram_interval, in fsl_ddr_set_memctl_regs()
193 ddr_out32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
492 ddr_out32(&ddr->sdram_interval, regs->ddr_sdram_interval); in fsl_ddr_set_memctl_regs()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/
Dsdram.c78 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/bsc9131rdb/
Dspl_minimal.c40 __raw_writel(CONFIG_SYS_DDR_INTERVAL_800, &ddr->sdram_interval); in sdram_init()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc832xemds/
Dmpc832xemds.c145 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/
Dsdram.c89 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/drivers/ram/
Dmpc83xx_sdram.c357 u32 sdram_interval; in mpc83xx_sdram_probe() local
1045 sdram_interval = refresh_interval << SDRAM_INTERVAL_REFINT_SHIFT | in mpc83xx_sdram_probe()
1048 out_be32(&im->ddr.sdram_interval, sdram_interval); in mpc83xx_sdram_probe()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8641hpcn/
Dmpc8641hpcn.c80 ddr->sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/sbc8349/
Dsbc8349.c118 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8323erdb/
Dmpc8323erdb.c126 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()
/third_party/uboot/u-boot-2020.01/board/freescale/ls1021atsn/
Dls1021atsn.c61 out_be32(&ddr->sdram_interval, DDR_SDRAM_INTERVAL); in ddrmc_init()
/third_party/uboot/u-boot-2020.01/board/freescale/ls1021aiot/
Dls1021aiot.c69 out_be32(&ddr->sdram_interval, DDR_SDRAM_INTERVAL); in ddrmc_init()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xerdb/
Dmpc837xerdb.c120 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL; in fixed_sdram()

12