Searched refs:POWER_LIMIT1 (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/powercap/ |
| H A D | intel_rapl_common.c | 112 [POWER_LIMIT1] = "long_term", 128 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4) in is_pl_valid() 136 if (pl == POWER_LIMIT1) in get_pl_lock_prim() 160 case POWER_LIMIT1: in get_pl_prim() 166 return POWER_LIMIT1; in get_pl_prim() 349 ret = rapl_write_pl_data(rd, POWER_LIMIT1, PL_ENABLE, mode); in set_domain_enable() 353 ret = rapl_read_pl_data(rd, POWER_LIMIT1, PL_ENABLE, false, &val); in set_domain_enable() 378 if (rd->rpl[POWER_LIMIT1].locked) { in get_domain_enable() 383 ret = rapl_read_pl_data(rd, POWER_LIMIT1, PL_ENABLE, true, &val); in get_domain_enable() 444 for (i = POWER_LIMIT1, j = 0; i < NR_POWER_LIMITS; i++) { in contraint_to_pl() [all …]
|
| H A D | intel_rapl_tpmi.c | 225 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT1); in parse_one_domain()
|
| /linux/include/linux/ |
| H A D | intel_rapl.h | 47 POWER_LIMIT1, enumerator
|