Home
last modified time | relevance | path

Searched refs:TZ_ZEROC (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/mv/
H A Dmv_ts.c84 #define TZ_ZEROC 2731 macro
85 #define MV_TEMP_CONVERT(x) ((((322 - x) * 100000) / 13625) + TZ_ZEROC)
106 val = TZ_ZEROC; in ts_sysctl_handler()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_scm.c46 #define TZ_ZEROC 2731 macro
77 temp = sc->sc_last_temp + TZ_ZEROC; in am335x_scm_temp_sysctl()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c143 #define TZ_ZEROC 2731 /* deci-Kelvin <-> deci-Celcius offset. */ macro
503 t = temp_from_count(sc, sc->temp_last_cnt) + TZ_ZEROC; in temp_sysctl_handler()
515 temp = sc->temp_throttle_val + TZ_ZEROC; in temp_throttle_sysctl_handler()
517 if (temp < TZ_ZEROC) in temp_throttle_sysctl_handler()
519 temp -= TZ_ZEROC; in temp_throttle_sysctl_handler()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_cpufreq.c86 #define TZ_ZEROC 2731 macro
1013 val = val / 100 + TZ_ZEROC; in sysctl_bcm2835_devcpu_temperature()