Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/powercap/
H A Dintel_rapl_common.c138 static u64 rapl_unit_xlate(struct rapl_domain *rd,
179 *energy = rapl_unit_xlate(rd, ENERGY_UNIT, ENERGY_STATUS_MASK, 0); in get_max_energy_counter()
599 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, in rapl_unit_xlate() function
729 *data = rapl_unit_xlate(rd, rp->unit, value, 0); in rapl_read_data_raw()
748 bits = rapl_unit_xlate(rd, rp->unit, value, 1); in rapl_write_data_raw()
/kernel/linux/linux-6.6/drivers/powercap/
H A Dintel_rapl_common.c263 static u64 rapl_unit_xlate(struct rapl_domain *rd,
304 *energy = rapl_unit_xlate(rd, ENERGY_UNIT, ENERGY_STATUS_MASK, 0); in get_max_energy_counter()
609 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, in rapl_unit_xlate() function
844 *data = rapl_unit_xlate(rd, rpi->unit, value, 0); in rapl_read_data_raw()
865 bits = rapl_unit_xlate(rd, rpi->unit, value, 1); in rapl_write_data_raw()

Completed in 5 milliseconds