Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/include/asm/mach-loongson64/
Dloongson_hwmon.h8 #define MAX_TEMP 255 macro
/Linux-v5.10/drivers/w1/slaves/
Dw1_therm.c67 #define MAX_TEMP 125 /* max temperature that can be mesured */ macro
913 i = i > MAX_TEMP ? MAX_TEMP : i; in int_to_short()