Searched refs:mem_tras (Results 1 – 1 of 1) sorted by relevance
3170 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local3314 mem_tras = ((temp & 0x70) >> 4) + 1; in r100_bandwidth_update()3319 mem_tras = ((temp >> 11) & 0xf) + 4; in r100_bandwidth_update()3325 mem_tras = ((temp >> 11) & 0xf) + 6; in r100_bandwidth_update()3336 mem_tras = ((temp >> 12) & 0x1f) + 6; in r100_bandwidth_update()3337 if (mem_tras > 31) in r100_bandwidth_update()3338 mem_tras = 31; in r100_bandwidth_update()3342 mem_tras = ((temp >> 12) & 0xf) + 4; in r100_bandwidth_update()3347 tras_ff.full = dfixed_const(mem_tras); in r100_bandwidth_update()