Searched refs:TEMP_MIN (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 47 #define TEMP_MIN 65 macro 59 return ((reg_value & 0x3f) << 1) + TEMP_MIN; in reg_to_temp() 64 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg() 122 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | cbe_thermal.c | 46 #define TEMP_MIN 65 macro 58 return ((reg_value & 0x3f) << 1) + TEMP_MIN; in reg_to_temp() 63 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg() 121 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ltc2947-core.c | 97 #define TEMP_MIN -40000 macro 624 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp() 639 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
|
H A D | w83627hf.c | 261 #define TEMP_MIN (-128000) macro 270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ltc2947-core.c | 97 #define TEMP_MIN -40000 macro 624 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp() 639 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
|
H A D | w83627hf.c | 261 #define TEMP_MIN (-128000) macro 270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 191 POWER_SUPPLY_ATTR(TEMP_MIN),
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 200 POWER_SUPPLY_ATTR(TEMP_MIN),
|
Completed in 12 milliseconds