Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/radeon/
H A Dr100.c3171 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local
3314 mem_trp = ((temp & 0x3)) + 1; in r100_bandwidth_update()
3319 mem_trp = ((temp >> 8) & 0x7) + 1; in r100_bandwidth_update()
3325 mem_trp = ((temp >> 8) & 0x7) + 3; in r100_bandwidth_update()
3334 mem_trp = ((temp >> 8) & 0xf) + 3; in r100_bandwidth_update()
3335 if (mem_trp > 15) in r100_bandwidth_update()
3336 mem_trp = 15; in r100_bandwidth_update()
3342 mem_trp = ((temp >> 8) & 0x7) + 1; in r100_bandwidth_update()
3347 trp_ff.full = dfixed_const(mem_trp); in r100_bandwidth_update()