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

/linux-master/drivers/hwmon/
H A Dxgene-hwmon.c71 #define CELSIUS_TO_mCELSIUS(x) ((x) * 1000) macro
327 return sysfs_emit(buf, "%d\n", CELSIUS_TO_mCELSIUS(temp));

Completed in 108 milliseconds