Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H A Dloongson_hwmon.h7 #define MIN_TEMP 0 macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H A Dloongson_hwmon.h7 #define MIN_TEMP 0 macro
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c66 #define MIN_TEMP -55 /* min temperature that can be mesured */ macro
910 i = i < MIN_TEMP ? MIN_TEMP : i; in int_to_short()
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_therm.c66 #define MIN_TEMP -55 /* min temperature that can be measured */ macro
975 i = clamp(i, MIN_TEMP, MAX_TEMP); in int_to_short()

Completed in 6 milliseconds