Searched refs:POWER_LIMIT1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_common.c | 109 [POWER_LIMIT1] = "long_term", 125 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4) in is_pl_valid() 133 if (pl == POWER_LIMIT1) in get_pl_lock_prim() 157 case POWER_LIMIT1: in get_pl_prim() 163 return POWER_LIMIT1; in get_pl_prim() 344 ret = rapl_write_pl_data(rd, POWER_LIMIT1, PL_ENABLE, mode); in set_domain_enable() 358 if (rd->rpl[POWER_LIMIT1].locked) { in get_domain_enable() 363 ret = rapl_read_pl_data(rd, POWER_LIMIT1, PL_ENABLE, true, &val); in get_domain_enable() 424 for (i = POWER_LIMIT1, j = 0; i < NR_POWER_LIMITS; i++) { in contraint_to_pl() 595 rp->priv->limits[i] |= BIT(POWER_LIMIT1); in rapl_init_domains() [all …]
|
H A D | intel_rapl_tpmi.c | 224 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT1); in parse_one_domain()
|
/openbmc/linux/include/linux/ |
H A D | intel_rapl.h | 47 POWER_LIMIT1, enumerator
|