Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H A Dloongson_hwmon.h8 #define MAX_TEMP 255 macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H A Dloongson_hwmon.h8 #define MAX_TEMP 255 macro
/kernel/linux/linux-6.6/drivers/thermal/
H A Dk3_j72xx_bandgap.c45 #define MAX_TEMP 123000 macro
496 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_probe()
/kernel/linux/linux-5.10/drivers/w1/slaves/
H A Dw1_therm.c67 #define MAX_TEMP 125 /* max temperature that can be mesured */ macro
909 i = i > MAX_TEMP ? MAX_TEMP : i; in int_to_short()
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_therm.c67 #define MAX_TEMP 125 /* max temperature that can be measured */ macro
975 i = clamp(i, MIN_TEMP, MAX_TEMP); in int_to_short()

Completed in 6 milliseconds