Lines Matching +full:dll +full:- +full:config
1 // SPDX-License-Identifier: GPL-2.0+
8 #include <asm/arch/imx-regs.h>
34 while (wait--) in dram_wait()
49 cfg_reg = &esdc->esdcfg0; in mx3_setup_sdram_bank()
50 ctl_reg = &esdc->esdctl0; in mx3_setup_sdram_bank()
53 cfg_reg = &esdc->esdcfg1; in mx3_setup_sdram_bank()
54 ctl_reg = &esdc->esdctl1; in mx3_setup_sdram_bank()
63 ctlval = (row - 11) << 24 | (col - 8) << 20 | (dsize << 16); in mx3_setup_sdram_bank()
68 writel(val, &esdc->esdmisc); in mx3_setup_sdram_bank()
70 writel(val, &esdc->esdmisc); in mx3_setup_sdram_bank()
78 /* Load DDR2 config and timing */ in mx3_setup_sdram_bank()
91 writeb(0xda, start_address + ESDCTL_DDR2_EN_DLL); /* Enable DLL */ in mx3_setup_sdram_bank()
92 writeb(0xda, start_address + ESDCTL_DDR2_RESET_DLL); /* Reset DLL */ in mx3_setup_sdram_bank()
111 writeb(0xda, start_address + ESDCTL_DDR2_EN_DLL); /* Enable DLL */ in mx3_setup_sdram_bank()