Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_mem.c46 t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); in nv40_mem_timing_calc()
94 t->reg[0] = (e->tRP << 24 | e->tRAS << 16 | e->tRFC << 8 | e->tRC); in nv50_mem_timing_calc()
180 t->reg[0] = (e->tRP << 24 | (e->tRAS & 0x7f) << 17 | in nvc0_mem_timing_calc()
Dnouveau_pm.h82 u8 tRAS; /* Byte 7 */ member