Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c41 struct proc_thermal_mmio_info { struct
48 static struct proc_thermal_mmio_info proc_thermal_mmio_info[] = { argument
69 proc_thermal_mmio_info[type].mmio_addr)); in proc_thermal_mmio_read()
70 *value >>= proc_thermal_mmio_info[type].shift; in proc_thermal_mmio_read()
71 *value &= proc_thermal_mmio_info[type].mask; in proc_thermal_mmio_read()
82 proc_thermal_mmio_info[type].mmio_addr)); in proc_thermal_mmio_write()
83 mask = proc_thermal_mmio_info[type].mask << proc_thermal_mmio_info[type].shift; in proc_thermal_mmio_write()
86 value &= proc_thermal_mmio_info[type].mask; in proc_thermal_mmio_write()
87 value <<= proc_thermal_mmio_info[type].shift; in proc_thermal_mmio_write()
91 proc_thermal_mmio_info[type].mmio_addr)); in proc_thermal_mmio_write()