Home
last modified time | relevance | path

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

/linux/drivers/powercap/
H A Dintel_rapl_common.c171 static u64 rapl_unit_xlate(struct rapl_domain *rd, in get_pl_prim()
212 *energy = rapl_unit_xlate(rd, ENERGY_UNIT, ENERGY_STATUS_MASK, 0);
533 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type,
650 *data = rapl_unit_xlate(rd, rpi->unit, value, 0); in rapl_unit_xlate()
671 bits = rapl_unit_xlate(rd, rpi->unit, value, 1);
629 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, rapl_unit_xlate() function