Lines Matching refs:device_info
84 u32 type = emif->plat_data->device_info->type; in do_emif_regdump_show()
347 const struct ddr_device_info *device_info) in get_addressing_table() argument
351 type = device_info->type; in get_addressing_table()
352 density = device_info->density; in get_addressing_table()
851 if (emif->plat_data->device_info->cs1_used) { in get_temperature_level()
928 type = emif->plat_data->device_info->type; in setup_temperature_sensitive_regs()
1110 type = emif->plat_data->device_info->type; in setup_interrupts()
1141 const struct ddr_device_info *device_info; in emif_onetime_settings() local
1143 device_info = emif->plat_data->device_info; in emif_onetime_settings()
1144 addressing = get_addressing_table(device_info); in emif_onetime_settings()
1157 zq = get_zq_config_reg(addressing, device_info->cs1_used, in emif_onetime_settings()
1158 device_info->cal_resistors_per_cs); in emif_onetime_settings()
1168 emif->plat_data->custom_configs, device_info->cs1_used, in emif_onetime_settings()
1169 device_info->io_width, get_emif_bus_width(emif)); in emif_onetime_settings()
1367 pd->device_info = dev_info; in of_get_memory_device_details()
1383 if (!is_dev_data_valid(pd->device_info->type, pd->device_info->density, in of_get_memory_device_details()
1384 pd->device_info->io_width, pd->phy_type, pd->ip_rev, in of_get_memory_device_details()
1405 emif->plat_data->device_info->type, in of_get_memory_device_details()
1440 if (!(pd && pd->device_info && is_dev_data_valid(pd->device_info->type, in get_device_details()
1441 pd->device_info->density, pd->device_info->io_width, in get_device_details()
1458 memcpy(dev_info, pd->device_info, sizeof(*dev_info)); in get_device_details()
1460 pd->device_info = dev_info; in get_device_details()
1472 emif1->plat_data->device_info, in get_device_details()
1556 emif->addressing = get_addressing_table(emif->plat_data->device_info); in emif_probe()
1622 const struct ddr_device_info *device_info; in get_emif_reg_values() local
1642 device_info = emif_for_calc->plat_data->device_info; in get_emif_reg_values()
1643 type = device_info->type; in get_emif_reg_values()
1644 cs1_used = device_info->cs1_used; in get_emif_reg_values()