Searched refs:tjmax (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | coretemp.c | 39 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; argument 119 static const struct tjmax tjmax_table[] = { 127 int tjmax; member 159 int tjmax = 100000; in adjust_tjmax() local 177 return tjmax_pci_table[i].tjmax; in adjust_tjmax() [all …]
|
/linux-6.12.1/drivers/hwmon/peci/ |
D | cputemp.c | 44 s32 tjmax; member 100 priv->temp.target.tjmax = in update_temp_target() 105 priv->temp.target.tcontrol = priv->temp.target.tjmax - tcontrol_margin; in update_temp_target() 108 priv->temp.target.tthrottle = priv->temp.target.tjmax - tthrottle_offset; in update_temp_target() 133 *val = priv->temp.target.tjmax; in get_temp_target() 136 *val = priv->temp.target.tjmax - priv->temp.target.tcontrol; in get_temp_target() 181 long tjmax; in get_die_temp() local 197 ret = get_temp_target(priv, tjmax_type, &tjmax); in get_die_temp() 201 priv->temp.die.value = (s32)tjmax + dts_ten_dot_six_to_millidegree(temp); in get_die_temp() 254 long tjmax; in get_core_temp() local [all …]
|
/linux-6.12.1/drivers/thermal/intel/ |
D | intel_tcc.c | 283 int tjmax, err; in intel_tcc_get_temp() local 285 tjmax = intel_tcc_get_tjmax(cpu); in intel_tcc_get_temp() 286 if (tjmax < 0) in intel_tcc_get_temp() 287 return tjmax; in intel_tcc_get_temp() 302 *temp = tjmax - ((low >> 16) & mask); in intel_tcc_get_temp()
|
/linux-6.12.1/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device_pci.c | 232 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()
|
/linux-6.12.1/Documentation/hwmon/ |
D | coretemp.rst | 62 as a module parameter (tjmax).
|