Searched refs:mem_trcd (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Dr100.c3151 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local
3293 mem_trcd = ((temp >> 2) & 0x3) + 1;
3298 mem_trcd = (temp & 0x7) + 1;
3304 mem_trcd = (temp & 0x7) + 3;
3311 mem_trcd = (temp & 0xf) + 3;
3312 if (mem_trcd > 15)
3313 mem_trcd = 15;
3321 mem_trcd = (temp & 0x7) + 1;
3326 trcd_ff.full = dfixed_const(mem_trcd);

Completed in 106 milliseconds