Searched refs:_temp (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_device_pci.c | 139 u32 _temp; in sys_get_curr_temp() local 141 proc_thermal_mmio_read(pci_info, PROC_THERMAL_MMIO_PKG_TEMP, &_temp); in sys_get_curr_temp() 142 *temp = (unsigned long)_temp * 1000; in sys_get_curr_temp() 150 int tjmax, _temp; in sys_set_trip_temp() local 161 _temp = tjmax - (temp / 1000); in sys_set_trip_temp() 162 if (_temp < 0) in sys_set_trip_temp() 165 proc_thermal_mmio_write(pci_info, PROC_THERMAL_MMIO_THRES_0, _temp); in sys_set_trip_temp()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 122 u32 _addr = (a), _temp = nvkm_rd32(_device, _addr); \ 123 nvkm_wr32(_device, _addr, (_temp & ~(m)) | (v)); \ 124 _temp; \
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mcdi.h | 222 efx_dword_t _temp; \ 223 EFX_POPULATE_DWORD_1(_temp, _name, _value); \ 225 EFX_DWORD_FIELD(_temp, EFX_BYTE_0)); \
|
/openbmc/linux/Documentation/hwmon/ |
H A D | gsc-hwmon.rst | 52 pwm1_auto_point[1-6]_temp Temperature boundary.
|
H A D | vt1211.rst | 187 thermal thresholds are accessible via pwm[1-2]_auto_point[1-4]_temp. Note 190 the first set pwm1_auto_point[1-4]_temp is writable, the second set is
|
H A D | dme1737.rst | 194 programmed via zone[1-3]_auto_point[1-3]_temp and 284 zone[1-3]_auto_point[1-3]_temp RW Auto PWM temp points. Auto_point1 is
|
H A D | f71805f.rst | 171 pwm<n>_auto_point<m>_temp and _fan files. These define a staircase
|
H A D | sysfs-interface.rst | 216 `pwm[1-*]_auto_point[1-*]_pwm` / `pwm[1-*]_auto_point[1-*]_temp` / `pwm[1-*]_auto_point[1-*]_temp_h… 219 `temp[1-*]_auto_point[1-*]_pwm` / `temp[1-*]_auto_point[1-*]_temp` / `temp[1-*]_auto_point[1-*]_tem…
|
H A D | nct6775.rst | 260 pwm[1-7]_auto_point[1-7]_temp
|
/openbmc/qemu/include/exec/ |
H A D | helper-head.h.inc | 112 glue(glue(tcgv_, dh_alias(t)), _temp)(glue(arg, n))
|
/openbmc/linux/drivers/hwmon/ |
H A D | vt1211.c | 1027 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO | S_IWUSR, \ 1032 SENSOR_ATTR_2(pwm##ix##_auto_point##ap##_temp, S_IRUGO, \
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | sysfs-api.rst | 346 |---trip_point_[0-*]_temp: Trip point temperature
|