Searched refs:lpddr2_device_details (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/arm/mach-omap2/omap4/ |
D | sdram_elpida.c | 149 const struct lpddr2_device_details elpida_2G_S4_details = { 156 const struct lpddr2_device_details elpida_4G_S4_details = { 163 struct lpddr2_device_details *emif_get_device_details_sdp(u32 emif_nr, u8 cs, in emif_get_device_details_sdp() 164 struct lpddr2_device_details *lpddr2_dev_details) in emif_get_device_details_sdp() 183 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, 184 struct lpddr2_device_details *lpddr2_dev_details)
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
D | sdram.c | 188 static const struct lpddr2_device_details dev_4G_S4_details = { 196 struct lpddr2_device_details *cs0_device_details, in emif_get_device_details_sdp() 197 struct lpddr2_device_details *cs1_device_details) in emif_get_device_details_sdp() 205 struct lpddr2_device_details *cs0_device_details, 206 struct lpddr2_device_details *cs1_device_details)
|
/external/u-boot/arch/arm/include/asm/arch-omap4/ |
D | sys_proto.h | 27 extern const struct lpddr2_device_details elpida_2G_S4_details; 28 extern const struct lpddr2_device_details elpida_4G_S4_details;
|
/external/u-boot/arch/arm/mach-omap2/ |
D | emif-common.c | 638 static u32 get_sdram_config_reg(const struct lpddr2_device_details *cs0_device, in get_sdram_config_reg() 639 const struct lpddr2_device_details *cs1_device, in get_sdram_config_reg() 763 static u32 get_zq_config_reg(const struct lpddr2_device_details *cs1_device, in get_zq_config_reg() 801 static u32 get_temp_alert_config(const struct lpddr2_device_details *cs1_device, in get_temp_alert_config() 865 struct lpddr2_device_details cs0_dev_details, cs1_dev_details; in get_emif_mem_size() 914 const struct lpddr2_device_details *cs0_dev_details = in emif_calculate_regs() 916 const struct lpddr2_device_details *cs1_dev_details = in emif_calculate_regs() 1073 struct lpddr2_device_details *device) in display_sdram_details() 1101 struct lpddr2_device_details *lpddr2_device) in is_lpddr2_sdram_present() 1187 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, in emif_get_device_details() [all …]
|
/external/u-boot/board/amazon/kc1/ |
D | kc1.c | 53 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, in emif_get_device_details() 54 struct lpddr2_device_details *lpddr2_dev_details) in emif_get_device_details()
|
/external/u-boot/arch/arm/include/asm/ |
D | emif.h | 1184 struct lpddr2_device_details { struct 1198 const struct lpddr2_device_details *cs0_device_details; argument 1199 const struct lpddr2_device_details *cs1_device_details; 1287 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, 1288 struct lpddr2_device_details *lpddr2_dev_details);
|