Searched refs:thrs_shutdown (Results  1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ | 
| D | temp.c | 40 	therm->bios_sensor.thrs_shutdown.temp = 135;  in nvkm_therm_temp_set_defaults() 41 	therm->bios_sensor.thrs_shutdown.hysteresis = 5; /*not that it matters */  in nvkm_therm_temp_set_defaults() 53 	s->thrs_shutdown.hysteresis = max_t(u8, s->thrs_shutdown.hysteresis, 2);  in nvkm_therm_temp_safety_checks() 182 	nvkm_therm_threshold_hyst_polling(therm, &sensor->thrs_shutdown,  in alarm_timer_callback() 205 		   sensor->thrs_shutdown.temp,  in nvkm_therm_program_alarms_polling() 206 		   sensor->thrs_shutdown.hysteresis);  in nvkm_therm_program_alarms_polling()
  | 
| D | g84.c | 67 	nvkm_wr32(device, 0x20484, sensor->thrs_shutdown.hysteresis);  in g84_therm_program_alarms() 68 	nvkm_wr32(device, 0x20480, sensor->thrs_shutdown.temp);  in g84_therm_program_alarms() 88 		   sensor->thrs_shutdown.temp,  in g84_therm_program_alarms() 89 		   sensor->thrs_shutdown.hysteresis);  in g84_therm_program_alarms() 162 						   &sensor->thrs_shutdown,  in g84_therm_intr()
  | 
| D | base.c | 237 		return therm->bios_sensor.thrs_shutdown.temp;  in nvkm_therm_attr_get() 239 		return therm->bios_sensor.thrs_shutdown.hysteresis;  in nvkm_therm_attr_get() 291 		therm->bios_sensor.thrs_shutdown.temp = value;  in nvkm_therm_attr_set() 295 		therm->bios_sensor.thrs_shutdown.hysteresis = value;  in nvkm_therm_attr_set()
  | 
| /Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ | 
| D | therm.c | 142 				sensor->thrs_shutdown.temp = (value & 0xff0) >> 4;  in nvbios_therm_sensor_parse() 143 				sensor->thrs_shutdown.hysteresis = value & 0xf;  in nvbios_therm_sensor_parse()
  | 
| /Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ | 
| D | therm.h | 21 	struct nvbios_therm_threshold thrs_shutdown;  member
  |