Home
last modified time | relevance | path

Searched refs:tCWL (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_mem.c50 t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | in nv40_mem_timing_calc()
52 (e->tWTR + 2 + (t->tCWL - 1)) << 8 | in nv40_mem_timing_calc()
53 (e->tCL + 2 - (t->tCWL - 1)); in nv40_mem_timing_calc()
56 ((t->tCWL - 1) << 24 | in nv40_mem_timing_calc()
87 if (e->tCWL > 0) in nv50_mem_timing_calc()
88 t->tCWL = e->tCWL; in nv50_mem_timing_calc()
96 t->reg[1] = (e->tWR + 2 + (t->tCWL - 1)) << 24 | in nv50_mem_timing_calc()
98 (e->tWTR + 2 + (t->tCWL - 1)) << 8; in nv50_mem_timing_calc()
100 t->reg[2] = ((t->tCWL - 1) << 24 | in nv50_mem_timing_calc()
112 t->reg[1] |= (e->tCL + 2 - (t->tCWL - 1)); in nv50_mem_timing_calc()
[all …]
Dnouveau_pm.h61 u8 tCWL; member
94 u8 tCWL; member