Home
last modified time | relevance | path

Searched refs:RAPL_IF_TPMI (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dintel_rapl.h20 RAPL_IF_TPMI, /* RAPL I/F using TPMI registers */ enumerator
/linux/drivers/powercap/
H A Dintel_rapl_common.c134 if (rd->rp->priv->type == RAPL_IF_TPMI) { in get_pl_lock_prim()
162 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
176 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI) in get_pl_prim()
758 case RAPL_IF_TPMI: in rapl_config()
1577 if (rp->priv->type != RAPL_IF_TPMI) in get_pmu_cpu()
1594 if (rp->priv->type != RAPL_IF_TPMI) in is_rp_pmu_cpu()
H A Dintel_rapl_tpmi.c295 trp->priv.type = RAPL_IF_TPMI; in intel_rapl_tpmi_probe()