Searched refs:mem_tras (Results 1 – 1 of 1) sorted by relevance
3149 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local3293 mem_tras = ((temp & 0x70) >> 4) + 1; in r100_bandwidth_update()3298 mem_tras = ((temp >> 11) & 0xf) + 4; in r100_bandwidth_update()3304 mem_tras = ((temp >> 11) & 0xf) + 6; in r100_bandwidth_update()3315 mem_tras = ((temp >> 12) & 0x1f) + 6; in r100_bandwidth_update()3316 if (mem_tras > 31) in r100_bandwidth_update()3317 mem_tras = 31; in r100_bandwidth_update()3321 mem_tras = ((temp >> 12) & 0xf) + 4; in r100_bandwidth_update()3326 tras_ff.full = dfixed_const(mem_tras); in r100_bandwidth_update()