Home
last modified time | relevance | path

Searched refs:sst_inst (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/x86/intel/speed_select_if/
H A Disst_tpmi_core.c307 struct tpmi_sst_struct **sst_inst; member
406 static u8 isst_instance_count(struct tpmi_sst_struct *sst_inst) in isst_instance_count() argument
411 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() argument
434 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() argument
498 if (sst_inst->partition_mask != sst_inst->partition_mask_current) in map_partition_power_domain_id()
[all …]