Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/powermac/
H A Dpowermac_thermal.c115 if (sensor->last_val > sensor->sensor->max_temp) { in pmac_therm_manage_fans()
123 (sensor->sensor->max_temp - ZERO_C_TO_K) / 10, in pmac_therm_manage_fans()
124 (sensor->sensor->max_temp - ZERO_C_TO_K) % 10, in pmac_therm_manage_fans()
146 sensor->sensor->max_temp); in pmac_therm_manage_fans()
149 (sensor->sensor->max_temp - temp + 1); in pmac_therm_manage_fans()
H A Dpowermac_thermal.h45 int target_temp, max_temp; /* Tenths of a degree K */ member
H A Dsmusat.c186 sens->therm.max_temp = 900 + 2731; /* 90 C */ in smusat_attach()
H A Dsmu.c1248 sens->therm.max_temp = 900 + 2731; /* 90 C */ in smu_attach_sensors()
/freebsd-14.2/sys/dev/iicbus/sensor/
H A Dds1775.c210 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
214 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
H A Dds1631.c344 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
347 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
H A Dmax6690.c222 sc->sc_sensors[j].therm.max_temp = 850 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
/freebsd-14.2/sbin/nvmecontrol/modules/intel/
H A Dintel.c71 print_temp_C(letoh(temp->max_temp)); in print_intel_temp_stats()
/freebsd-14.2/sys/dev/iicbus/adc/
H A Dad7417.c391 sc->sc_sensors[j].therm.max_temp = 900 + ZERO_C_TO_K; in ad7417_fill_sensor_prop()
/freebsd-14.2/sys/dev/iicbus/pwm/
H A Dadt746x.c435 sc->sc_sensors[i].therm.max_temp = 800 + ZERO_C_TO_K; in adt746x_fill_sensor_prop()
/freebsd-14.2/sys/dev/nvme/
H A Dnvme.h1706 uint64_t max_temp; member