Searched refs:TZ_ZEROC (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/arm/mv/
H A Dmv_ts.c83 #define TZ_ZEROC 2731 macro
84 #define MV_TEMP_CONVERT(x) ((((322 - x) * 100000) / 13625) + TZ_ZEROC)
105 val = TZ_ZEROC;
/freebsd-11-stable/sys/dev/iicbus/
H A Dds3231reg.h79 #define TZ_ZEROC 2731 macro
H A Dlm75.c75 #define TZ_ZEROC 2731 macro
366 *temp += TZ_ZEROC;
377 temp = (temp - TZ_ZEROC) / 10;
H A Dds3231.c171 *temp += TZ_ZEROC;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_scm.c43 #define TZ_ZEROC 2731 macro
73 temp = sc->sc_last_temp + TZ_ZEROC;
/freebsd-11-stable/sys/dev/coretemp/
H A Dcoretemp.c51 #define TZ_ZEROC 2731 macro
370 val = (sc->sc_tjmax - tmp) * 10 + TZ_ZEROC;
381 val = sc->sc_tjmax * 10 + TZ_ZEROC;
404 tmp = (sc->sc_tjmax - tmp) * 10 + TZ_ZEROC;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c141 #define TZ_ZEROC 2731 /* deci-Kelvin <-> deci-Celcius offset. */ macro
499 t = temp_from_count(sc, sc->temp_last_cnt) + TZ_ZEROC;
511 temp = sc->temp_throttle_val + TZ_ZEROC;
513 if (temp < TZ_ZEROC)
515 temp -= TZ_ZEROC;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c47 #define TZ_ZEROC 2732 macro
239 sensor->temp = (temp - TZ_ZEROC) / 10;
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_thermal.c56 #define TZ_ZEROC 2731 macro
57 #define TZ_KELVTOC(x) (((x) - TZ_ZEROC) / 10), abs(((x) - TZ_ZEROC) % 10)
711 if (*val != -1 && (*val < TZ_ZEROC || *val > TZ_ZEROC + 2000)) {
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c90 #define TZ_ZEROC 2731 macro
1069 val = val / 100 + TZ_ZEROC;

Completed in 158 milliseconds