t_scale            67 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c gk20a_volt_get_cvb_t_voltage(int speedo, int temp, int s_scale, int t_scale,
t_scale            75 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c 		DIV_ROUND_CLOSEST(coef->c5 * temp, t_scale);
t_scale            76 drivers/gpu/drm/nouveau/nvkm/subdev/volt/gk20a.c 	mv = DIV_ROUND_CLOSEST(mv * temp, t_scale) + cvb_mv;