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

/freebsd-11.0-release/sys/powerpc/powermac/
H A Dpowermac_thermal.h45 int target_temp, max_temp; /* Tenths of a degree K */ member in struct:pmac_therm
H A Dpowermac_thermal.c115 if (sensor->last_val > sensor->sensor->max_temp) {
123 (sensor->sensor->max_temp - ZERO_C_TO_K) / 10,
124 (sensor->sensor->max_temp - ZERO_C_TO_K) % 10,
146 sensor->sensor->max_temp);
149 (sensor->sensor->max_temp - temp + 1);
H A Dsmusat.c188 sens->therm.max_temp = 900 + 2731; /* 90 C */
H A Dsmu.c1249 sens->therm.max_temp = 900 + 2731; /* 90 C */
/freebsd-11.0-release/sys/dev/iicbus/
H A Dds1775.c213 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K;
217 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K;
H A Dds1631.c347 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K;
350 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K;
H A Dmax6690.c216 sc->sc_sensors[j].therm.max_temp = 800 + ZERO_C_TO_K;
H A Dad7417.c380 sc->sc_sensors[j].therm.max_temp = 900 + ZERO_C_TO_K;
H A Dadt746x.c437 sc->sc_sensors[i].therm.max_temp = 800 + ZERO_C_TO_K;

Completed in 121 milliseconds