Home
last modified time | relevance | path

Searched refs:tjmax (Results 1 – 4 of 4) 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");
64 * @tjmax: The static tjmax value when tjmax cannot be retrieved from
76 int tjmax; member
104 int tjmax; member
114 struct tjmax { struct
116 int tjmax; argument
119 static const struct tjmax tjmax_tabl
127 int tjmax; global() member
159 int tjmax = 100000; adjust_tjmax() local
315 int tjmax, ttarget_offset, ret; get_ttarget() local
371 int tjmax; show_tjmax() local
400 int tjmax; show_temp() local
[all...]
/linux/drivers/hwmon/peci/
H A Dcputemp.c44 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/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()
/linux/Documentation/hwmon/
H A Dcoretemp.rst62 as a module parameter (tjmax).