Lines Matching full:density
507 /* Banks tREFIx10 rowx32,rowx16 colx32,colx16 density */
569 * density
571 s8 addressing_table_index(u8 type, u8 density, u8 width) in addressing_table_index() argument
574 if ((density > LPDDR2_DENSITY_8Gb) || (width == LPDDR2_IO_WIDTH_8)) in addressing_table_index()
580 * The table is layed out in the increasing order of density in addressing_table_index()
584 if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_1Gb)) in addressing_table_index()
586 else if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_2Gb)) in addressing_table_index()
589 index = density; in addressing_table_index()
876 temp = dev_details.cs0_device_details->density; in get_emif_mem_size()
881 temp = dev_details.cs1_device_details->density; in get_emif_mem_size()
952 cs0_dev_details->density, in emif_calculate_regs()
1078 u32 density; in display_sdram_details() local
1090 density = lpddr2_density_2_size_in_mbytes[device->density]; in display_sdram_details()
1091 if ((density / 1024 * 1024) == density) { in display_sdram_details()
1092 density /= 1024; in display_sdram_details()
1093 sprintf(density_str, "%d GB", density); in display_sdram_details()
1095 sprintf(density_str, "%d MB", density); in display_sdram_details()
1168 /* Density not supported */ in is_lpddr2_sdram_present()
1171 lpddr2_device->density = temp; in is_lpddr2_sdram_present()