Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c537 struct rapl_mmio_regs *rapl_regs) in proc_thermal_rapl_add() argument
543 if (!rapl_regs) in proc_thermal_rapl_add()
556 if (rapl_regs->regs[domain][reg]) in proc_thermal_rapl_add()
559 rapl_regs->regs[domain][reg]; in proc_thermal_rapl_add()
560 rapl_mmio_priv.limits[domain] = rapl_regs->limits[domain]; in proc_thermal_rapl_add()
562 rapl_mmio_priv.reg_unit = (u64)proc_priv->mmio_base + rapl_regs->reg_unit; in proc_thermal_rapl_add()
606 struct rapl_mmio_regs *rapl_regs) in proc_thermal_rapl_add() argument