Searched refs:mem_tras (Results 1 – 1 of 1) sorted by relevance
3153 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local3297 mem_tras = ((temp & 0x70) >> 4) + 1; in r100_bandwidth_update()3302 mem_tras = ((temp >> 11) & 0xf) + 4; in r100_bandwidth_update()3308 mem_tras = ((temp >> 11) & 0xf) + 6; in r100_bandwidth_update()3319 mem_tras = ((temp >> 12) & 0x1f) + 6; in r100_bandwidth_update()3320 if (mem_tras > 31) in r100_bandwidth_update()3321 mem_tras = 31; in r100_bandwidth_update()3325 mem_tras = ((temp >> 12) & 0xf) + 4; in r100_bandwidth_update()3330 tras_ff.full = dfixed_const(mem_tras); in r100_bandwidth_update()