Searched refs:geo_desc (Results 1 – 3 of 3) sorted by relevance
242 …uint32_t denominator = hba->geo_desc->b_allocation_unit_size * to_bigendian32(hba->geo_desc->d_seg… in ufs_lu_configuration()248 uint32_t max_wb_alloc_units = cpu_to_be32(hba->geo_desc->d_write_booster_buffer_max_alloc_units); in ufs_lu_configuration()251 cap_adj_fac = to_bigendian16(hba->geo_desc->w_enhanced1_cap_adj_fac) / 256; in ufs_lu_configuration()252 total_raw_device_capacity = cpu_to_be64(hba->geo_desc->q_total_raw_device_capacity); in ufs_lu_configuration()559 err = ufshcd_read_desc_param(hba, QUERY_DESC_IDN_GEOMETRY, 0, 0, (u8 *)hba->geo_desc, length); in ufs_create_partition_inventory()566 hba->geo_desc->d_write_booster_buffer_max_alloc_units); in ufs_create_partition_inventory()
806 struct ufs_geometry_descriptor *geo_desc; member
706 hba->geo_desc = memalign(ARCH_DMA_MINALIGN, sizeof(struct ufs_geometry_descriptor)); in ufshcd_memory_alloc()707 if (!hba->rc_desc || !hba->wc_desc || !hba->geo_desc) { in ufshcd_memory_alloc()