Searched refs:mem_tras (Results 1 – 1 of 1) sorted by relevance
3154 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local3292 mem_tras = ((temp & 0x70) >> 4) + 1; in r100_bandwidth_update()3297 mem_tras = ((temp >> 11) & 0xf) + 4; in r100_bandwidth_update()3303 mem_tras = ((temp >> 11) & 0xf) + 6; in r100_bandwidth_update()3314 mem_tras = ((temp >> 12) & 0x1f) + 6; in r100_bandwidth_update()3315 if (mem_tras > 31) in r100_bandwidth_update()3316 mem_tras = 31; in r100_bandwidth_update()3320 mem_tras = ((temp >> 12) & 0xf) + 4; in r100_bandwidth_update()3325 tras_ff.full = dfixed_const(mem_tras); in r100_bandwidth_update()