Searched refs:POWER_LIMIT4 (Results 1 – 5 of 5) sorted by relevance
49 POWER_LIMIT4, enumerator 89 #define NR_POWER_LIMITS (POWER_LIMIT4 + 1)
114 [POWER_LIMIT4] = "peak_power",128 if (pl < POWER_LIMIT1 || pl > POWER_LIMIT4) in is_pl_valid() 140 if (pl == POWER_LIMIT4) in get_pl_lock_prim() 145 if (pl == POWER_LIMIT4) in get_pl_lock_prim() 188 case POWER_LIMIT4: in get_pl_prim() 190 return POWER_LIMIT4; in get_pl_prim() 563 if (id == POWER_LIMIT4) in get_max_power() 665 [POWER_LIMIT4] = PRIMITIVE_INFO_INIT(POWER_LIMIT4, POWER_LIMIT4_MASK, 0,721 [POWER_LIMIT4] [all...]
178 rapl_msr_priv->limits[RAPL_DOMAIN_PACKAGE] |= BIT(POWER_LIMIT4); in rapl_msr_probe()
233 trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4); in parse_one_domain()
18 .limits[RAPL_DOMAIN_PACKAGE] = BIT(POWER_LIMIT2) | BIT(POWER_LIMIT4),