Lines Matching refs:temp_ff
3153 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff, crit_point_ff; in r100_bandwidth_update() local
3260 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3261 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3267 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3269 pix_clk.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3270 temp_ff.full = dfixed_const(pixel_bytes1); in r100_bandwidth_update()
3271 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff); in r100_bandwidth_update()
3274 temp_ff.full = dfixed_const(1000); in r100_bandwidth_update()
3276 pix_clk2.full = dfixed_div(pix_clk2, temp_ff); in r100_bandwidth_update()
3277 temp_ff.full = dfixed_const(pixel_bytes2); in r100_bandwidth_update()
3278 peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff); in r100_bandwidth_update()
3381 temp_ff.full = dfixed_const_666(16); in r100_bandwidth_update()
3382 sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff); in r100_bandwidth_update()
3418 temp_ff.full = dfixed_const(2); in r100_bandwidth_update()
3419 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); in r100_bandwidth_update()
3420 temp_ff.full = dfixed_const(c); in r100_bandwidth_update()
3421 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); in r100_bandwidth_update()
3422 temp_ff.full = dfixed_const(4); in r100_bandwidth_update()
3423 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); in r100_bandwidth_update()
3424 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); in r100_bandwidth_update()
3428 mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3433 temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1)))); in r100_bandwidth_update()
3434 temp_ff.full += trcd_ff.full; in r100_bandwidth_update()
3435 if (temp_ff.full < tras_ff.full) in r100_bandwidth_update()
3436 temp_ff.full = tras_ff.full; in r100_bandwidth_update()
3437 cur_latency_mclk.full = dfixed_div(temp_ff, mclk_ff); in r100_bandwidth_update()
3439 temp_ff.full = dfixed_const(cur_size); in r100_bandwidth_update()
3440 cur_latency_sclk.full = dfixed_div(temp_ff, sclk_eff_ff); in r100_bandwidth_update()
3473 temp_ff.full = dfixed_const((16/pixel_bytes1)); in r100_bandwidth_update()
3474 disp_drain_rate.full = dfixed_div(pix_clk, temp_ff); in r100_bandwidth_update()
3553 temp_ff.full = dfixed_const((16/pixel_bytes2)); in r100_bandwidth_update()
3554 disp_drain_rate2.full = dfixed_div(pix_clk2, temp_ff); in r100_bandwidth_update()
3575 temp_ff.full = dfixed_const(temp); in r100_bandwidth_update()
3576 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3577 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
3578 temp_ff.full = sclk_ff.full; in r100_bandwidth_update()
3580 read_return_rate.full = temp_ff.full; in r100_bandwidth_update()
3583 temp_ff.full = read_return_rate.full - disp_drain_rate.full; in r100_bandwidth_update()
3584 time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff); in r100_bandwidth_update()