Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/
H A Dsdram_elpida.c165 struct lpddr2_device_details *lpddr2_dev_details) in emif_get_device_details_sdp() argument
176 *lpddr2_dev_details = elpida_2G_S4_details; in emif_get_device_details_sdp()
179 *lpddr2_dev_details = elpida_4G_S4_details; in emif_get_device_details_sdp()
181 return lpddr2_dev_details; in emif_get_device_details_sdp()
185 struct lpddr2_device_details *lpddr2_dev_details)
/OK3568_Linux_fs/u-boot/board/amazon/kc1/
H A Dkc1.c55 struct lpddr2_device_details *lpddr2_dev_details) in emif_get_device_details() argument
60 *lpddr2_dev_details = elpida_2G_S4_details; in emif_get_device_details()
62 return lpddr2_dev_details; in emif_get_device_details()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1102 struct lpddr2_device_details *lpddr2_dev_details) in emif_get_device_details() argument
1109 if (!lpddr2_dev_details) in emif_get_device_details()
1118 if (!(is_lpddr2_sdram_present(base, cs, lpddr2_dev_details))) in emif_get_device_details()
1121 display_sdram_details(emif_num(base), cs, lpddr2_dev_details); in emif_get_device_details()
1123 return lpddr2_dev_details; in emif_get_device_details()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Demif.h1240 struct lpddr2_device_details *lpddr2_dev_details);