Lines Matching refs:t
221 int r600_calculate_at(u32 t, u32 h, u32 fh, u32 fl, u32 *tl, u32 *th) in r600_calculate_at() argument
230 t1 = (t * (k - 100)); in r600_calculate_at()
233 ah = ((a * t) + 5000) / 10000; in r600_calculate_at()
236 *th = t - ah; in r600_calculate_at()
237 *tl = t + al; in r600_calculate_at()
390 void r600_set_sst(struct radeon_device *rdev, u32 t) in r600_set_sst() argument
392 WREG32_P(CG_SSP, CG_SST(t), ~CG_SST_MASK); in r600_set_sst()
395 void r600_set_git(struct radeon_device *rdev, u32 t) in r600_set_git() argument
397 WREG32_P(CG_GIT, CG_GICST(t), ~CG_GICST_MASK); in r600_set_git()
405 void r600_set_fct(struct radeon_device *rdev, u32 t) in r600_set_fct() argument
407 WREG32_P(CG_FC_T, FC_T(t), ~FC_T_MASK); in r600_set_fct()