t_slope          1867 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	s64 temperature, t_slope, t_intercept, av, bv, t_ref;
t_slope          1874 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	t_slope = div64_s64(drm_int2fixp(coeff->t_slope), 100000000);
t_slope          1880 drivers/gpu/drm/amd/amdgpu/si_dpm.c 	tmp = drm_fixp_mul(t_slope, vddc) + t_intercept;
t_slope           256 drivers/gpu/drm/amd/amdgpu/si_dpm.h 	s32 t_slope;
t_slope            81 drivers/gpu/drm/radeon/ni_dpm.h 	s32 t_slope;
t_slope          1776 drivers/gpu/drm/radeon/si_dpm.c 	s64 temperature, t_slope, t_intercept, av, bv, t_ref;
t_slope          1783 drivers/gpu/drm/radeon/si_dpm.c 	t_slope = div64_s64(drm_int2fixp(coeff->t_slope), 100000000);
t_slope          1789 drivers/gpu/drm/radeon/si_dpm.c 	tmp = drm_fixp_mul(t_slope, vddc) + t_intercept;