Searched refs:dev_details (Results 1 – 1 of 1) sorted by relevance
778 struct emif_device_details dev_details; in get_emif_mem_size() local783 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() local1158 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 …]