Searched refs:sst_inst (Results 1 – 1 of 1) sorted by relevance
307 struct tpmi_sst_struct **sst_inst; member406 static u8 isst_instance_count(struct tpmi_sst_struct *sst_inst) in isst_instance_count() argument411 max_part = hweight8(sst_inst->partition_mask); in isst_instance_count()413 count += sst_inst->number_of_power_domains[i]; in isst_instance_count()430 static int map_cdies(struct tpmi_sst_struct *sst_inst, u8 id, u8 *partition) in map_cdies() argument434 max_part = hweight8(sst_inst->partition_mask); in map_cdies()436 if (!(sst_inst->cdie_mask[i] & BIT(id))) in map_cdies()440 return id - ffs(sst_inst->cdie_mask[i]) + 1; in map_cdies()491 static int map_partition_power_domain_id(struct tpmi_sst_struct *sst_inst, u8 id, u8 *partition) in map_partition_power_domain_id() argument498 if (sst_inst->partition_mask != sst_inst->partition_mask_current) in map_partition_power_domain_id()[all …]