Searched refs:thrs_shutdown (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/nouveau/core/subdev/therm/ |
D | temp.c | 48 priv->bios_sensor.thrs_shutdown.temp = 135; in nouveau_therm_temp_set_defaults() 49 priv->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */ in nouveau_therm_temp_set_defaults() 63 s->thrs_shutdown.hysteresis = max_t(u8, s->thrs_shutdown.hysteresis, 2); in nouveau_therm_temp_safety_checks() 192 nouveau_therm_threshold_hyst_polling(therm, &sensor->thrs_shutdown, in alarm_timer_callback() 214 sensor->thrs_shutdown.temp, sensor->thrs_shutdown.hysteresis); in nouveau_therm_program_alarms_polling()
|
D | nv84.c | 70 nv_wr32(therm, 0x20484, sensor->thrs_shutdown.hysteresis); in nv84_therm_program_alarms() 71 nv_wr32(therm, 0x20480, sensor->thrs_shutdown.temp); in nv84_therm_program_alarms() 89 sensor->thrs_shutdown.temp, sensor->thrs_shutdown.hysteresis); in nv84_therm_program_alarms() 161 &sensor->thrs_shutdown, in nv84_therm_intr()
|
D | base.c | 221 return priv->bios_sensor.thrs_shutdown.temp; in nouveau_therm_attr_get() 223 return priv->bios_sensor.thrs_shutdown.hysteresis; in nouveau_therm_attr_get() 277 priv->bios_sensor.thrs_shutdown.temp = value; in nouveau_therm_attr_set() 281 priv->bios_sensor.thrs_shutdown.hysteresis = value; in nouveau_therm_attr_set()
|
/drivers/gpu/drm/nouveau/core/subdev/bios/ |
D | therm.c | 144 sensor->thrs_shutdown.temp = (value & 0xff0) >> 4; in nvbios_therm_sensor_parse() 145 sensor->thrs_shutdown.hysteresis = value & 0xf; in nvbios_therm_sensor_parse()
|
/drivers/gpu/drm/nouveau/core/include/subdev/bios/ |
D | therm.h | 23 struct nvbios_therm_threshold thrs_shutdown; member
|