Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c778 struct emif_device_details dev_details; in get_emif_mem_size() local
783 dev_details.cs0_device_details = emif_get_device_details(emif_nr, CS0, in get_emif_mem_size()
785 dev_details.cs1_device_details = emif_get_device_details(emif_nr, CS1, in get_emif_mem_size()
789 if (dev_details.cs0_device_details) { in get_emif_mem_size()
790 temp = dev_details.cs0_device_details->density; in get_emif_mem_size()
794 if (dev_details.cs1_device_details) { in get_emif_mem_size()
795 temp = dev_details.cs1_device_details->density; in get_emif_mem_size()
1148 struct emif_device_details dev_details; in do_sdram_init() local
1158 dev_details.cs0_device_details = emif_get_device_details(emif_nr, CS0, in do_sdram_init()
1160 dev_details.cs1_device_details = emif_get_device_details(emif_nr, CS1, in do_sdram_init()
[all …]