Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dhisi_thermal.c64 uint32_t thres_temp; member
351 hi6220_thermal_alarm_set(data->regs, sensor->thres_temp); in hi6220_thermal_enable_sensor()
377 value = hi3660_thermal_temp_to_step(sensor->thres_temp); in hi3660_thermal_enable_sensor()
456 if (temp >= sensor->thres_temp) { in hisi_thermal_alarm_irq_thread()
459 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
467 sensor->id, temp, sensor->thres_temp); in hisi_thermal_alarm_irq_thread()
495 sensor->thres_temp = trip.temperature; in hisi_thermal_register_sensor()