Searched refs:POWER_LIMIT1 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/powercap/
H A Dintel_rapl_common.c109 [POWER_LIMIT1] = "long_term",
125 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4)
133 if (pl == POWER_LIMIT1)
157 case POWER_LIMIT1:
163 return POWER_LIMIT1;
344 ret = rapl_write_pl_data(rd, POWER_LIMIT1, PL_ENABLE, mode);
358 if (rd->rpl[POWER_LIMIT1].locked) {
363 ret = rapl_read_pl_data(rd, POWER_LIMIT1, PL_ENABLE, true, &val);
424 for (i = POWER_LIMIT1, j = 0; i < NR_POWER_LIMITS; i++) {
595 rp->priv->limits[i] |= BIT(POWER_LIMIT1);
[all...]
H A Dintel_rapl_tpmi.c213 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT1);
/linux-master/include/linux/
H A Dintel_rapl.h47 POWER_LIMIT1, enumerator in enum:rapl_primitives

Completed in 111 milliseconds