Searched refs:temp_ddr (Results 1 – 1 of 1) sorted by relevance
140 struct ccsr_ddr temp_ddr; in dsp_ddr_configure() local144 memcpy(&temp_ddr, pa_ddr, sizeof(struct ccsr_ddr)); in dsp_ddr_configure()145 temp_ddr.cs0_bnds = CONFIG_SYS_DDR1_CS0_BNDS; in dsp_ddr_configure()146 temp_ddr.sdram_cfg &= ~SDRAM_CFG_MEM_EN; in dsp_ddr_configure()147 memcpy(dsp_ddr, &temp_ddr, sizeof(struct ccsr_ddr)); in dsp_ddr_configure()