Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm92.c86 t_hyst, enumerator
95 [t_hyst] = LM92_REG_TEMP_HYST,
175 - TEMP_FROM_REG(data->temp[t_hyst])); in temp_hyst_show()
184 + TEMP_FROM_REG(data->temp[t_hyst])); in temp1_min_hyst_show()
203 data->temp[t_hyst] = in temp_hyst_store()
206 data->temp[t_hyst]); in temp_hyst_store()
H A Dlm77.c42 t_hyst, enumerator
51 [t_hyst] = LM77_REG_TEMP_HYST,
148 temp = nr == t_min ? data->temp[nr] + data->temp[t_hyst] : in temp_hyst_show()
149 data->temp[nr] - data->temp[t_hyst]; in temp_hyst_show()
196 data->temp[t_hyst] = val; in temp_hyst_store()
198 LM77_TEMP_TO_REG(data->temp[t_hyst])); in temp_hyst_store()
/openbmc/linux/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h228 u8 t_hyst; member
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c242 adev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in amdgpu_parse_extended_power_table()
H A Dsi_dpm.c6526 fan_table.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c895 rdev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in r600_parse_extended_power_table()
H A Dradeon.h1497 u8 t_hyst; member
H A Dsi_dpm.c6055 fan_table.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in si_thermal_setup_fan_table()
H A Dci_dpm.c977 fan_table.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst); in ci_thermal_setup_fan_table()