Home
last modified time | relevance | path

Searched refs:max_temp (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/powerpc/powermac/
H A Dpowermac_thermal.c117 if (sensor->last_val > sensor->sensor->max_temp) { in pmac_therm_manage_fans()
125 (sensor->sensor->max_temp - ZERO_C_TO_K) / 10, in pmac_therm_manage_fans()
126 (sensor->sensor->max_temp - ZERO_C_TO_K) % 10, in pmac_therm_manage_fans()
148 sensor->sensor->max_temp); in pmac_therm_manage_fans()
151 (sensor->sensor->max_temp - temp + 1); in pmac_therm_manage_fans()
H A Dpowermac_thermal.h47 int target_temp, max_temp; /* Tenths of a degree K */ member
H A Dsmusat.c190 sens->therm.max_temp = 900 + 2731; /* 90 C */ in smusat_attach()
H A Dsmu.c1251 sens->therm.max_temp = 900 + 2731; /* 90 C */ in smu_attach_sensors()
/freebsd-12.1/sys/dev/iicbus/
H A Dds1775.c215 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
219 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
H A Dds1631.c349 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
352 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
H A Dmax6690.c218 sc->sc_sensors[j].therm.max_temp = 800 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
H A Dad7417.c382 sc->sc_sensors[j].therm.max_temp = 900 + ZERO_C_TO_K; in ad7417_fill_sensor_prop()
H A Dadt746x.c439 sc->sc_sensors[i].therm.max_temp = 800 + ZERO_C_TO_K; in adt746x_fill_sensor_prop()
/freebsd-12.1/sbin/nvmecontrol/modules/intel/
H A Dintel.c71 print_temp(temp->max_temp); in print_intel_temp_stats()
/freebsd-12.1/sys/dev/nvme/
H A Dnvme.h1394 uint64_t max_temp; member
1906 s->max_temp = le64toh(s->max_temp); in intel_log_temp_stats_swapbytes()