Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c155 #define MIN_TEMP (-60000) macro
226 {0, MIN_TEMP},
227 {3423, MIN_TEMP},
267 {0, MIN_TEMP},
268 {568, MIN_TEMP},
308 {TSADCV2_DATA_MASK, MIN_TEMP},
309 {3833, MIN_TEMP},
351 {0, MIN_TEMP},
352 {261, MIN_TEMP},
393 {0, MIN_TEMP},
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c327 #define MIN_TEMP (-60000) macro
346 {0, MIN_TEMP},
347 {363, MIN_TEMP},
357 {0, MIN_TEMP},
358 {342, MIN_TEMP},
398 {0, MIN_TEMP},
399 {3423, MIN_TEMP},
439 {0, MIN_TEMP},
440 {568, MIN_TEMP},
480 {TSADCV2_DATA_MASK, MIN_TEMP},
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dloongson_hwmon.h7 #define MIN_TEMP 0 macro
/OK3568_Linux_fs/kernel/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()