Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c114 if (sensor->last_val > sensor->sensor->max_temp) { in pmac_therm_manage_fans()
122 (sensor->sensor->max_temp - ZERO_C_TO_K) / 10, in pmac_therm_manage_fans()
123 (sensor->sensor->max_temp - ZERO_C_TO_K) % 10, in pmac_therm_manage_fans()
145 sensor->sensor->max_temp); in pmac_therm_manage_fans()
148 (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.c185 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/sys/dev/iicbus/sensor/
H A Dds1775.c209 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
213 sc->sc_sensor.max_temp = 600 + ZERO_C_TO_K; in ds1775_start()
H A Dds1631.c343 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
346 sc->sc_sensor.max_temp = 500 + ZERO_C_TO_K; in ds1631_start()
H A Dmax6690.c221 sc->sc_sensors[j].therm.max_temp = 850 + ZERO_C_TO_K; in max6690_fill_sensor_prop()
/freebsd/sbin/nvmecontrol/modules/intel/
H A Dintel.c70 print_temp_C(letoh(temp->max_temp)); in print_intel_temp_stats()
/freebsd/sys/dev/iicbus/adc/
H A Dad7417.c390 sc->sc_sensors[j].therm.max_temp = 900 + ZERO_C_TO_K; in ad7417_fill_sensor_prop()
/freebsd/sys/dev/iicbus/pwm/
H A Dadt746x.c434 sc->sc_sensors[i].therm.max_temp = 800 + ZERO_C_TO_K; in adt746x_fill_sensor_prop()
/freebsd/sys/dev/nvme/
H A Dnvme.h1763 uint64_t max_temp; member