Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dintel_rapl.h49 POWER_LIMIT4, enumerator
89 #define NR_POWER_LIMITS (POWER_LIMIT4 + 1)
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c18 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2) | BIT(POWER_LIMIT4),
/linux/drivers/powercap/
H A Dintel_rapl_msr.c176 rapl_msr_priv->limits[RAPL_DOMAIN_PACKAGE] |= BIT(POWER_LIMIT4); in rapl_msr_probe()
H A Dintel_rapl_tpmi.c232 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4); in parse_one_domain()