Lines Matching refs:density
587 s8 addressing_table_index(u8 type, u8 density, u8 width) in addressing_table_index() argument
590 if ((density > LPDDR2_DENSITY_8Gb) || (width == LPDDR2_IO_WIDTH_8)) in addressing_table_index()
600 if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_1Gb)) in addressing_table_index()
602 else if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_2Gb)) in addressing_table_index()
605 index = density; in addressing_table_index()
892 temp = dev_details.cs0_device_details->density; in get_emif_mem_size()
897 temp = dev_details.cs1_device_details->density; in get_emif_mem_size()
968 cs0_dev_details->density, in emif_calculate_regs()
1094 u32 density; in display_sdram_details() local
1106 density = lpddr2_density_2_size_in_mbytes[device->density]; in display_sdram_details()
1107 if ((density / 1024 * 1024) == density) { in display_sdram_details()
1108 density /= 1024; in display_sdram_details()
1109 sprintf(density_str, "%d GB", density); in display_sdram_details()
1111 sprintf(density_str, "%d MB", density); in display_sdram_details()
1187 lpddr2_device->density = temp; in is_lpddr2_sdram_present()