Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Demif-common.c864 struct emif_device_details dev_details; in get_emif_mem_size() local
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()
875 if (dev_details.cs0_device_details) { in get_emif_mem_size()
876 temp = dev_details.cs0_device_details->density; in get_emif_mem_size()
880 if (dev_details.cs1_device_details) { in get_emif_mem_size()
881 temp = dev_details.cs1_device_details->density; in get_emif_mem_size()
1234 struct emif_device_details dev_details; in do_sdram_init() local
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()
[all …]
/external/autotest/client/cros/power/
Dpower_suspend.py348 dev_details = collections.defaultdict(dict)
364 dev = dev_details[key]
372 for dev_key, dev in dev_details.iteritems():