Searched refs:mem_tras (Results 1 – 1 of 1) sorted by relevance
3177 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; in r100_bandwidth_update() local3321 mem_tras = ((temp & 0x70) >> 4) + 1; in r100_bandwidth_update()3326 mem_tras = ((temp >> 11) & 0xf) + 4; in r100_bandwidth_update()3332 mem_tras = ((temp >> 11) & 0xf) + 6; in r100_bandwidth_update()3343 mem_tras = ((temp >> 12) & 0x1f) + 6; in r100_bandwidth_update()3344 if (mem_tras > 31) in r100_bandwidth_update()3345 mem_tras = 31; in r100_bandwidth_update()3349 mem_tras = ((temp >> 12) & 0xf) + 4; in r100_bandwidth_update()3354 tras_ff.full = dfixed_const(mem_tras); in r100_bandwidth_update()