Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dcoretemp.c38 module_param_named(tjmax, force_tjmax, int, 0444);
39 MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius");
75 int tjmax; member
138 return sprintf(buf, "%d\n", pdata->core_data[attr->index]->tjmax); in show_tjmax()
169 tdata->temp = tdata->tjmax - ((eax >> 16) & 0x7f) * 1000; in show_temp()
180 int tjmax; member
190 struct tjmax { struct
192 int tjmax; member
195 static const struct tjmax tjmax_table[] = {
203 int tjmax; member
[all …]
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device_pci.c157 int tjmax; in sys_get_trip_temp() local
159 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in sys_get_trip_temp()
160 _temp = tjmax - _temp; in sys_get_trip_temp()
178 int tjmax, _temp; in sys_set_trip_temp() local
189 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in sys_set_trip_temp()
190 _temp = tjmax - (temp / 1000); in sys_set_trip_temp()
/Linux-v5.15/Documentation/hwmon/
Dcoretemp.rst62 as a module parameter (tjmax).