HomeSort by relevance Sort by last modified time
    Searched refs:EMIF1_BASE (Results 1 - 8 of 8) sorted by null

  /external/u-boot/cmd/ti/
ddr3.c 161 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
188 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
211 writel(ecc_ctrl, EMIF1_BASE + KS2_DDR3_ECC_ADDR_RANGE1_OFFSET);
212 ddr3_enable_ecc(EMIF1_BASE, 1);
230 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
269 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
  /external/u-boot/arch/arm/mach-omap2/am33xx/
emif4.c 109 if (get_emif_rev(EMIF1_BASE) == EMIF_4D5)
  /external/u-boot/arch/arm/mach-omap2/
emif-common.c 40 set_lpmode_selfrefresh(EMIF1_BASE);
47 if (base == EMIF1_BASE)
354 if ((base != EMIF1_BASE) || !is_dra76x())
441 if (is_dra76x() && (base == EMIF1_BASE) &&
    [all...]
clocks-common.c 377 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
  /external/u-boot/arch/arm/mach-omap2/omap5/
hwinit.c 125 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE;
313 if (emif_base == EMIF1_BASE)
sdram.c 511 emif_nr = (base == EMIF1_BASE) ? 1 : 2;
549 emif_nr = (base == EMIF1_BASE) ? 1 : 2;
  /external/u-boot/arch/arm/mach-keystone/include/mach/
hardware.h 80 #define EMIF1_BASE KS2_DDR3A_EMIF_CTRL_BASE
  /external/u-boot/arch/arm/include/asm/
emif.h 20 #ifndef EMIF1_BASE
21 #define EMIF1_BASE 0x4c000000
    [all...]

Completed in 257 milliseconds