temp_ff          3151 drivers/gpu/drm/radeon/r100.c 	fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff;
temp_ff          3265 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const(temp);
temp_ff          3266 drivers/gpu/drm/radeon/r100.c 	mem_bw.full = dfixed_mul(mclk_ff, temp_ff);
temp_ff          3272 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const(1000);
temp_ff          3274 drivers/gpu/drm/radeon/r100.c 		pix_clk.full = dfixed_div(pix_clk, temp_ff);
temp_ff          3275 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const(pixel_bytes1);
temp_ff          3276 drivers/gpu/drm/radeon/r100.c 		peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff);
temp_ff          3279 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const(1000);
temp_ff          3281 drivers/gpu/drm/radeon/r100.c 		pix_clk2.full = dfixed_div(pix_clk2, temp_ff);
temp_ff          3282 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const(pixel_bytes2);
temp_ff          3283 drivers/gpu/drm/radeon/r100.c 		peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff);
temp_ff          3386 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const_666(16);
temp_ff          3387 drivers/gpu/drm/radeon/r100.c 		sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff);
temp_ff          3423 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const(2);
temp_ff          3424 drivers/gpu/drm/radeon/r100.c 	mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff);
temp_ff          3425 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const(c);
temp_ff          3426 drivers/gpu/drm/radeon/r100.c 	mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff);
temp_ff          3427 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const(4);
temp_ff          3428 drivers/gpu/drm/radeon/r100.c 	mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff);
temp_ff          3429 drivers/gpu/drm/radeon/r100.c 	mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff);
temp_ff          3433 drivers/gpu/drm/radeon/r100.c 	mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff);
temp_ff          3438 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1))));
temp_ff          3439 drivers/gpu/drm/radeon/r100.c 	temp_ff.full += trcd_ff.full;
temp_ff          3440 drivers/gpu/drm/radeon/r100.c 	if (temp_ff.full < tras_ff.full)
temp_ff          3441 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = tras_ff.full;
temp_ff          3442 drivers/gpu/drm/radeon/r100.c 	cur_latency_mclk.full = dfixed_div(temp_ff, mclk_ff);
temp_ff          3444 drivers/gpu/drm/radeon/r100.c 	temp_ff.full = dfixed_const(cur_size);
temp_ff          3445 drivers/gpu/drm/radeon/r100.c 	cur_latency_sclk.full = dfixed_div(temp_ff, sclk_eff_ff);
temp_ff          3478 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const((16/pixel_bytes1));
temp_ff          3479 drivers/gpu/drm/radeon/r100.c 		disp_drain_rate.full = dfixed_div(pix_clk, temp_ff);
temp_ff          3558 drivers/gpu/drm/radeon/r100.c 		temp_ff.full = dfixed_const((16/pixel_bytes2));
temp_ff          3559 drivers/gpu/drm/radeon/r100.c 		disp_drain_rate2.full = dfixed_div(pix_clk2, temp_ff);
temp_ff          3580 drivers/gpu/drm/radeon/r100.c 			temp_ff.full = dfixed_const(temp);
temp_ff          3581 drivers/gpu/drm/radeon/r100.c 			temp_ff.full = dfixed_mul(mclk_ff, temp_ff);
temp_ff          3582 drivers/gpu/drm/radeon/r100.c 			if (sclk_ff.full < temp_ff.full)
temp_ff          3583 drivers/gpu/drm/radeon/r100.c 				temp_ff.full = sclk_ff.full;
temp_ff          3585 drivers/gpu/drm/radeon/r100.c 			read_return_rate.full = temp_ff.full;
temp_ff          3588 drivers/gpu/drm/radeon/r100.c 				temp_ff.full = read_return_rate.full - disp_drain_rate.full;
temp_ff          3589 drivers/gpu/drm/radeon/r100.c 				time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff);