Searched refs:thrs_shutdown (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | temp.c | 42 priv->bios_sensor.thrs_shutdown.temp = 135; in nvkm_therm_temp_set_defaults() 43 priv->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */ in nvkm_therm_temp_set_defaults() 57 s->thrs_shutdown.hysteresis = max_t(u8, s->thrs_shutdown.hysteresis, 2); in nvkm_therm_temp_safety_checks() 187 nvkm_therm_threshold_hyst_polling(therm, &sensor->thrs_shutdown, in alarm_timer_callback() 209 sensor->thrs_shutdown.temp, sensor->thrs_shutdown.hysteresis); in nvkm_therm_program_alarms_polling()
|
D | g84.c | 70 nv_wr32(therm, 0x20484, sensor->thrs_shutdown.hysteresis); in g84_therm_program_alarms() 71 nv_wr32(therm, 0x20480, sensor->thrs_shutdown.temp); in g84_therm_program_alarms() 89 sensor->thrs_shutdown.temp, sensor->thrs_shutdown.hysteresis); in g84_therm_program_alarms() 161 &sensor->thrs_shutdown, in g84_therm_intr()
|
D | base.c | 216 return priv->bios_sensor.thrs_shutdown.temp; in nvkm_therm_attr_get() 218 return priv->bios_sensor.thrs_shutdown.hysteresis; in nvkm_therm_attr_get() 272 priv->bios_sensor.thrs_shutdown.temp = value; in nvkm_therm_attr_set() 276 priv->bios_sensor.thrs_shutdown.hysteresis = value; in nvkm_therm_attr_set()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/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()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | therm.h | 20 struct nvbios_therm_threshold thrs_shutdown; member
|