Searched refs:POWER_LIMIT2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_rapl.c | 18 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2), 19 .limits[RAPL_DOMAIN_DRAM] = BIT(POWER_LIMIT2),
|
/Linux-v6.6/drivers/powercap/ |
D | intel_rapl_common.c | 109 [POWER_LIMIT2] = "short_term", 134 if (pl == POWER_LIMIT2) in get_pl_lock_prim() 148 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2)) in get_pl_lock_prim() 170 case POWER_LIMIT2: in get_pl_prim() 176 return POWER_LIMIT2; in get_pl_prim() 643 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, POWER_LIMIT2_MASK, 32, 699 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, TPMI_POWER_LIMIT_MASK, 0, 779 case POWER_LIMIT2: in prim_fixups() 1041 for (i = POWER_LIMIT2; i < NR_POWER_LIMITS; i++) { in set_floor_freq_default()
|
D | intel_rapl_msr.c | 54 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2), 55 .limits[RAPL_DOMAIN_PLATFORM] = BIT(POWER_LIMIT2),
|
D | intel_rapl_tpmi.c | 202 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT2); in parse_one_domain()
|
/Linux-v6.6/include/linux/ |
D | intel_rapl.h | 48 POWER_LIMIT2, enumerator
|