Home
last modified time | relevance | path

Searched refs:EMIF1_BASE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c40 set_lpmode_selfrefresh(EMIF1_BASE); in force_emif_self_refresh()
47 if (base == EMIF1_BASE) in emif_num()
1105 u32 base = (emif_nr == 1) ? EMIF1_BASE : EMIF2_BASE; in emif_get_device_details()
1135 emif_nr = (base == EMIF1_BASE) ? 1 : 2; in do_sdram_init()
1242 emif1_size = get_emif_mem_size(EMIF1_BASE); in dmm_init()
1425 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in sdram_init()
1447 do_sdram_init(EMIF1_BASE); in sdram_init()
1454 emif_post_init_config(EMIF1_BASE); in sdram_init()
1498 do_bug0039_workaround(EMIF1_BASE); in sdram_init()
H A Dclocks-common.c378 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in setup_dplls()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dsdram.c508 emif_nr = (base == EMIF1_BASE) ? 1 : 2; in do_ext_phy_settings_omap5()
546 emif_nr = (base == EMIF1_BASE) ? 1 : 2; in do_ext_phy_settings_dra7()
H A Dhwinit.c128 struct emif_reg_struct *emif = (struct emif_reg_struct *)EMIF1_BASE; in do_io_settings()
316 if (emif_base == EMIF1_BASE) in config_data_eye_leveling_samples()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/am33xx/
H A Demif4.c105 if (get_emif_rev(EMIF1_BASE) == EMIF_4D5) in config_ddr()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Demif.h20 #define EMIF1_BASE 0x4c000000 macro