mem_trp          3153 drivers/gpu/drm/radeon/r100.c 	uint32_t temp, data, mem_trcd, mem_trp, mem_tras;
mem_trp          3296 drivers/gpu/drm/radeon/r100.c 		mem_trp  = ((temp & 0x3)) + 1;
mem_trp          3301 drivers/gpu/drm/radeon/r100.c 		mem_trp = ((temp >> 8) & 0x7) + 1;
mem_trp          3307 drivers/gpu/drm/radeon/r100.c 		mem_trp = ((temp >> 8) & 0x7) + 3;
mem_trp          3316 drivers/gpu/drm/radeon/r100.c 		mem_trp = ((temp >> 8) & 0xf) + 3;
mem_trp          3317 drivers/gpu/drm/radeon/r100.c 		if (mem_trp > 15)
mem_trp          3318 drivers/gpu/drm/radeon/r100.c 			mem_trp = 15;
mem_trp          3324 drivers/gpu/drm/radeon/r100.c 		mem_trp = ((temp >> 8) & 0x7) + 1;
mem_trp          3329 drivers/gpu/drm/radeon/r100.c 	trp_ff.full = dfixed_const(mem_trp);