Searched refs:tjmax (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | coretemp.c | 39 module_param_named(tjmax, force_tjmax, int, 0444); 40 MODULE_PARM_DESC(tjmax, "TjMax value in degrees Celsius"); 73 int tjmax; member 100 int tjmax; member 110 struct tjmax { struct 112 int tjmax; argument 115 static const struct tjmax tjmax_table[] = { 123 int tjmax; member 150 int tjmax = 100000; in adjust_tjmax() local 168 return tjmax_pci_table[i].tjmax; in adjust_tjmax() [all …]
|
/Linux-v6.6/drivers/thermal/intel/ |
D | intel_tcc.c | 117 int tjmax, temp, err; in intel_tcc_get_temp() local 119 tjmax = intel_tcc_get_tjmax(cpu); in intel_tcc_get_temp() 120 if (tjmax < 0) in intel_tcc_get_temp() 121 return tjmax; in intel_tcc_get_temp() 134 temp = tjmax - ((low >> 16) & 0x7f); in intel_tcc_get_temp()
|
/Linux-v6.6/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-v6.6/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device_pci.c | 150 int tjmax, _temp; in sys_set_trip_temp() local 160 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in sys_set_trip_temp() 161 _temp = tjmax - (temp / 1000); in sys_set_trip_temp() 175 int temp, tjmax; in get_trip_temp() local 181 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_TJMAX, &tjmax); in get_trip_temp() 182 temp = (tjmax - temp) * 1000; in get_trip_temp()
|
/Linux-v6.6/Documentation/hwmon/ |
D | coretemp.rst | 62 as a module parameter (tjmax).
|