Home
last modified time | relevance | path

Searched refs:TEMP_C_TO_K (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/iicbus/rtc/
H A Drv3032.c91 #define TEMP_C_TO_K 273 macro
281 *temp = (*temp / TEMP_DIV) + TEMP_C_TO_K; in rv3032_temp_read()
/freebsd/sys/arm/allwinner/
H A Daw_thermal.c134 #define TEMP_C_TO_K 273 macro
501 val = aw_thermal_gettemp(sc, sensor) + TEMP_C_TO_K; in aw_thermal_sysctl()