Searched refs:emif_get_device_details (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/board/amazon/kc1/ |
H A D | kc1.c | 53 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, in emif_get_device_details() function
|
/openbmc/u-boot/arch/arm/mach-omap2/ |
H A D | emif-common.c | 869 dev_details.cs0_device_details = emif_get_device_details(emif_nr, CS0, in get_emif_mem_size() 871 dev_details.cs1_device_details = emif_get_device_details(emif_nr, CS1, in get_emif_mem_size() 1187 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs, in emif_get_device_details() function 1244 dev_details.cs0_device_details = emif_get_device_details(emif_nr, CS0, in do_sdram_init() 1246 dev_details.cs1_device_details = emif_get_device_details(emif_nr, CS1, in do_sdram_init()
|
/openbmc/u-boot/arch/arm/mach-omap2/omap4/ |
H A D | sdram_elpida.c | 183 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs,
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | sdram.c | 204 void emif_get_device_details(u32 emif_nr,
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | emif.h | 1287 struct lpddr2_device_details *emif_get_device_details(u32 emif_nr, u8 cs,
|