Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c18 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2) | BIT(POWER_LIMIT4),
19 .limits[RAPL_DOMAIN_DRAM] = BIT(POWER_LIMIT2),
/linux/drivers/powercap/
H A Dintel_rapl_msr.c54 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2),
55 .limits[RAPL_DOMAIN_PLATFORM] = BIT(POWER_LIMIT2),
H A Dintel_rapl_common.c112 [POWER_LIMIT2] = "short_term",
137 if (pl == POWER_LIMIT2) in get_pl_lock_prim()
151 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2)) in get_pl_lock_prim()
173 case POWER_LIMIT2: in get_pl_prim()
179 return POWER_LIMIT2; in get_pl_prim()
646 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, POWER_LIMIT2_MASK, 32,
702 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, TPMI_POWER_LIMIT_MASK, 0,
787 case POWER_LIMIT2: in prim_fixups()
1049 for (i = POWER_LIMIT2; i < NR_POWER_LIMITS; i++) { in set_floor_freq_default()
H A Dintel_rapl_tpmi.c228 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT2); in parse_one_domain()
/linux/include/linux/
H A Dintel_rapl.h48 POWER_LIMIT2, enumerator