Lines Matching refs:t
75 static void rps_timer(struct timer_list *t) in rps_timer() argument
77 struct intel_rps *rps = from_timer(rps, t, timer); in rps_timer()
263 u16 t; member
291 if (cparams[i].i == c_m && cparams[i].t == i915->mem_freq) { in gen5_rps_init()
1480 unsigned int t, state1, state2; in __ips_gfx_val() local
1495 t = ips_mch_val(uncore); in __ips_gfx_val()
1496 if (t > 80) in __ips_gfx_val()
1497 corr = t * 2349 + 135940; in __ips_gfx_val()
1498 else if (t >= 50) in __ips_gfx_val()
1499 corr = t * 964 + 29317; in __ips_gfx_val()
1501 corr = t * 301 + 1004; in __ips_gfx_val()