Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/mach-loongson64/
Dloongson_hwmon.h7 #define MIN_TEMP 0 macro
/Linux-v5.10/drivers/w1/slaves/
Dw1_therm.c66 #define MIN_TEMP -55 /* min temperature that can be mesured */ macro
914 i = i < MIN_TEMP ? MIN_TEMP : i; in int_to_short()