offset_constant    15 drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/therm.h 	s8 offset_constant;
offset_constant    96 drivers/gpu/drm/nouveau/nvkm/subdev/bios/therm.c 				sensor->offset_constant = offset;
offset_constant    52 drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c 		   info->type, info->addr, sensor->offset_constant);
offset_constant    96 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv40.c 	core_temp = core_temp + sensor->offset_constant - 8;
offset_constant   144 drivers/gpu/drm/nouveau/nvkm/subdev/therm/nv50.c 	core_temp = core_temp + sensor->offset_constant - 8;
offset_constant    29 drivers/gpu/drm/nouveau/nvkm/subdev/therm/temp.c 	therm->bios_sensor.offset_constant = 0;