Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr100.c3154 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local
3287 mem_trcd = ((temp >> 2) & 0x3) + 1; in r100_bandwidth_update()
3292 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3298 mem_trcd = (temp & 0x7) + 3; in r100_bandwidth_update()
3305 mem_trcd = (temp & 0xf) + 3; in r100_bandwidth_update()
3306 if (mem_trcd > 15) in r100_bandwidth_update()
3307 mem_trcd = 15; in r100_bandwidth_update()
3315 mem_trcd = (temp & 0x7) + 1; in r100_bandwidth_update()
3320 trcd_ff.full = dfixed_const(mem_trcd); in r100_bandwidth_update()