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

/freebsd-13-stable/sys/powerpc/powermac/
H A Dpowermac_thermal.h47 int target_temp, max_temp; /* Tenths of a degree K */ member in struct:pmac_therm
H A Dpowermac_thermal.c117 if (sensor->last_val > sensor->sensor->max_temp) {
125 (sensor->sensor->max_temp - ZERO_C_TO_K) / 10,
126 (sensor->sensor->max_temp - ZERO_C_TO_K) % 10,
148 sensor->sensor->max_temp);
151 (sensor->sensor->max_temp - temp + 1);
H A Dsmusat.c190 sens->therm.max_temp = 900 + 2731; /* 90 C */
H A Dsmu.c1254 sens->therm.max_temp = 900 + 2731; /* 90 C */
/freebsd-13-stable/sys/dev/iicbus/
H A Dds1775.c214 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K;
218 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K;
H A Dds1631.c348 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K;
351 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K;
H A Dmax6690.c226 sc->sc_sensors[j].therm.max_temp = 850 + ZERO_C_TO_K;
H A Dad7417.c395 sc->sc_sensors[j].therm.max_temp = 900 + ZERO_C_TO_K;
H A Dadt746x.c439 sc->sc_sensors[i].therm.max_temp = 800 + ZERO_C_TO_K;
/freebsd-13-stable/sbin/nvmecontrol/modules/intel/
H A Dintel.c71 print_temp(temp->max_temp);
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme.h1454 uint64_t max_temp; member in struct:intel_log_temp_stats
1996 s->max_temp = le64toh(s->max_temp);

Completed in 191 milliseconds