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/powercap/
H A Dintel_rapl_common.c113 [POWER_LIMIT4] = "peak_power",
127 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4) in is_pl_valid()
139 if (pl == POWER_LIMIT4) in get_pl_lock_prim()
144 if (pl == POWER_LIMIT4) in get_pl_lock_prim()
187 case POWER_LIMIT4: in get_pl_prim()
189 return POWER_LIMIT4; in get_pl_prim()
546 if (id == POWER_LIMIT4) in get_max_power()
648 [POWER_LIMIT4] = PRIMITIVE_INFO_INIT(POWER_LIMIT4, POWER_LIMIT4_MASK, 0,
704 [POWER_LIMIT4] = PRIMITIVE_INFO_INIT(POWER_LIMIT4, TPMI_POWER_LIMIT_MASK, 0,
H A Dintel_rapl_msr.c174 rapl_msr_priv->limits[RAPL_DOMAIN_PACKAGE] |= BIT(POWER_LIMIT4); in rapl_msr_probe()
H A Dintel_rapl_tpmi.c221 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4); in parse_one_domain()