Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dcoretemp.c39 module_param_named(tjmax, force_tjmax, int, 0444);
40 MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius");
76 int tjmax; member
104 int tjmax; member
114 struct tjmax { struct
116 int tjmax; member
119 static const struct tjmax tjmax_table[] = {
127 int tjmax; member
168 int tjmax = 100000; in adjust_tjmax() local
186 return tjmax_pci_table[i].tjmax; in adjust_tjmax()
[all …]
/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device_pci.c232 int tjmax, _temp; in sys_set_trip_temp() local
242 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in sys_set_trip_temp()
243 _temp = tjmax - (temp / 1000); in sys_set_trip_temp()
257 int temp, tjmax; in get_trip_temp() local
263 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in get_trip_temp()
264 temp = (tjmax - temp) * 1000; in get_trip_temp()