Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_rapl.c84 const struct rapl_mmio_regs *rapl_regs = &rapl_mmio_default; in proc_thermal_rapl_add() local
89 if (!rapl_regs) in proc_thermal_rapl_add()
94 if (rapl_regs->regs[domain][reg]) in proc_thermal_rapl_add()
97 rapl_regs->regs[domain][reg]; in proc_thermal_rapl_add()
98 rapl_mmio_priv.limits[domain] = rapl_regs->limits[domain]; in proc_thermal_rapl_add()
100 rapl_mmio_priv.reg_unit = (u64)proc_priv->mmio_base + rapl_regs->reg_unit; in proc_thermal_rapl_add()