thrs_fan_boost     18 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h 	struct nvbios_therm_threshold thrs_fan_boost;
thrs_fan_boost    116 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c 				sensor->thrs_fan_boost.temp = (value & 0xff0) >> 4;
thrs_fan_boost    117 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c 				sensor->thrs_fan_boost.hysteresis = value & 0xf;
thrs_fan_boost    101 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 	u8 max = therm->bios_sensor.thrs_fan_boost.temp;
thrs_fan_boost    225 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 		return therm->bios_sensor.thrs_fan_boost.temp;
thrs_fan_boost    227 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 		return therm->bios_sensor.thrs_fan_boost.hysteresis;
thrs_fan_boost    267 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 		therm->bios_sensor.thrs_fan_boost.temp = value;
thrs_fan_boost    271 drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c 		therm->bios_sensor.thrs_fan_boost.hysteresis = value;
thrs_fan_boost     71 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c 	nvkm_wr32(device, 0x204c4, sensor->thrs_fan_boost.temp);
thrs_fan_boost     82 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c 		   sensor->thrs_fan_boost.temp,
thrs_fan_boost     83 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c 		   sensor->thrs_fan_boost.hysteresis,
thrs_fan_boost    170 drivers/gpu/drm/nouveau/nvkm/subdev/therm/g84.c 						   &sensor->thrs_fan_boost,
thrs_fan_boost     31 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 	therm->bios_sensor.thrs_fan_boost.temp = 90;
thrs_fan_boost     32 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 	therm->bios_sensor.thrs_fan_boost.hysteresis = 3;
thrs_fan_boost     50 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 	s->thrs_fan_boost.hysteresis = max_t(u8, s->thrs_fan_boost.hysteresis, 2);
thrs_fan_boost    172 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 	nvkm_therm_threshold_hyst_polling(therm, &sensor->thrs_fan_boost,
thrs_fan_boost    199 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 		   sensor->thrs_fan_boost.temp,
thrs_fan_boost    200 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 		   sensor->thrs_fan_boost.hysteresis,