/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r100.c | 3172 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local in function:r100_bandwidth_update 3318 mem_trp = ((temp & 0x3)) + 1; 3323 mem_trp = ((temp >> 8) & 0x7) + 1; 3329 mem_trp = ((temp >> 8) & 0x7) + 3; 3338 mem_trp = ((temp >> 8) & 0xf) + 3; 3339 if (mem_trp > 15) 3340 mem_trp = 15; 3346 mem_trp = ((temp >> 8) & 0x7) + 1; 3351 trp_ff.full = dfixed_const(mem_trp);
|
radeon_r100.c | 3172 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local in function:r100_bandwidth_update 3318 mem_trp = ((temp & 0x3)) + 1; 3323 mem_trp = ((temp >> 8) & 0x7) + 1; 3329 mem_trp = ((temp >> 8) & 0x7) + 3; 3338 mem_trp = ((temp >> 8) & 0xf) + 3; 3339 if (mem_trp > 15) 3340 mem_trp = 15; 3346 mem_trp = ((temp >> 8) & 0x7) + 1; 3351 trp_ff.full = dfixed_const(mem_trp);
|
radeon_r100.c | 3172 uint32_t temp, data, mem_trcd, mem_trp, mem_tras; local in function:r100_bandwidth_update 3318 mem_trp = ((temp & 0x3)) + 1; 3323 mem_trp = ((temp >> 8) & 0x7) + 1; 3329 mem_trp = ((temp >> 8) & 0x7) + 3; 3338 mem_trp = ((temp >> 8) & 0xf) + 3; 3339 if (mem_trp > 15) 3340 mem_trp = 15; 3346 mem_trp = ((temp >> 8) & 0x7) + 1; 3351 trp_ff.full = dfixed_const(mem_trp);
|