Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/mach-loongson64/
Dloongson_hwmon.h8 #define MAX_TEMP 255 macro
/linux-6.12.1/drivers/thermal/
Dk3_j72xx_bandgap.c45 #define MAX_TEMP 123000 macro
364 high_max = k3_j72xx_bandgap_temp_to_adc_code(MAX_TEMP); in k3_j72xx_bandgap_init_hw()
/linux-6.12.1/drivers/w1/slaves/
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()