Searched refs:rapl_unit_xlate (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/powercap/ |
D | intel_rapl.c | 248 static u64 rapl_unit_xlate(struct rapl_domain *rd, 305 *energy = rapl_unit_xlate(rd, ENERGY_UNIT, ENERGY_STATUS_MASK, 0); in get_max_energy_counter() 708 static u64 rapl_unit_xlate(struct rapl_domain *rd, enum unit_type type, in rapl_unit_xlate() function 833 *data = rapl_unit_xlate(rd, rp->unit, final, 0); in rapl_read_data_raw() 878 bits = rapl_unit_xlate(rd, rp->unit, value, 1); in rapl_write_data_raw()
|