Home
last modified time | relevance | path

Searched refs:EMIF_SDRAM_TYPE_LPDDR2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1277 EMIF_SDRAM_TYPE_LPDDR2) in do_sdram_init()
1523 if ((sdram_type == EMIF_SDRAM_TYPE_LPDDR2) && !warm_reset()) in sdram_init()
1546 if (sdram_type == EMIF_SDRAM_TYPE_LPDDR2) in sdram_init()
H A Dclocks-common.c389 EMIF_SDRAM_TYPE_LPDDR2) in setup_dplls()
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Dhwinit.c181 if (emif_sdram_type(emif->emif_sdram_config) == EMIF_SDRAM_TYPE_LPDDR2) in do_io_settings()
/openbmc/u-boot/arch/arm/include/asm/
H A Demif.h1129 #define EMIF_SDRAM_TYPE_LPDDR2 0x4 macro