Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
H A 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()
101 rapl_mmio_priv.reg_unit.mmio = proc_priv->mmio_base + rapl_regs->reg_unit; in proc_thermal_rapl_add()
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c537 struct rapl_mmio_regs *rapl_regs) in proc_thermal_rapl_add()
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()
535 proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv, struct rapl_mmio_regs *rapl_regs) proc_thermal_rapl_add() argument
604 proc_thermal_rapl_add(struct pci_dev *pdev, struct proc_thermal_device *proc_priv, struct rapl_mmio_regs *rapl_regs) proc_thermal_rapl_add() argument

Completed in 2 milliseconds