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

/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c18 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2),
19 .limits[RAPL_DOMAIN_DRAM] = BIT(POWER_LIMIT2),
/linux-master/include/linux/
H A Dintel_rapl.h48 POWER_LIMIT2, enumerator in enum:rapl_primitives
/linux-master/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.c110 [POWER_LIMIT2] = "short_term",
135 if (pl == POWER_LIMIT2)
149 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2))
171 case POWER_LIMIT2:
177 return POWER_LIMIT2;
644 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, POWER_LIMIT2_MASK, 32,
700 [POWER_LIMIT2] = PRIMITIVE_INFO_INIT(POWER_LIMIT2, TPMI_POWER_LIMIT_MASK, 0,
785 case POWER_LIMIT2
[all...]
H A Dintel_rapl_tpmi.c217 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT2);

Completed in 137 milliseconds